PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, July 12, 2022

[FIXED] what color does apple messages app use for the blue chat bubble background

 July 12, 2022     colors, ios, messages, swift, xcode     No comments   

Issue

I am trying to get a color similar to the apple messages chat bubble background color. I can't seem to find anything as bright and vivid as their blue. Would love to know the rgb values or if they are using any other properties to make it more vivid.


Solution

It's around (0, 120, 254).

(8, 127, 254) is similar. You probably did something wrong if it appears very different.



Answered By - Code
Answer Checked By - Clifford M. (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing