Color Hex Logo

#487bbb Color Hex

#487BBB
(72,123,187)
0 Favorites   0 Comments

Color spaces of #487bbb

RGB 72123187
HSL0.590.460.51
HSV213°61°73°
CMYK 0.610.340.00   0.27
XYZ18.725119.131549.7195
Yxy19.13150.21380.2185
Hunter Lab43.7396-0.1276-36.7782
CIE-Lab50.84072.8303-38.7686

#487bbb color RGB value is (72,123,187).

#487bbb hex color red value is 72, green value is 123 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #487bbb hue: 0.59 , saturation: 0.46 and the lightness value of 487bbb is 0.51.

The process color (four color CMYK) of #487bbb color hex is 0.61, 0.34, 0.00, 0.27. Web safe color of #487bbb is #3366cc. Color #487bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111011 10111011
Octal 110 173 273
Decimal 72 123 187
Hex 48 7B BB

RGB Percentages of Color #487bbb

%18.85
%32.20
%48.95

CMYK Percentages of Color #487bbb

%61
%34
%0
%27

Triadic Colors of #487bbb

#487bbb #bb487b #7bbb48

Analogous Colors of #487bbb

#487bbb #4e48bb #48b5bb

Monochromatic Colors of #487bbb

#487bbb

Complementary Color

#487bbb #bb8848

#487bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#487bbb Color CSS Codes

.mybgcolor {background-color:#487bbb; } 
.myforecolor {color:#487bbb; }
.mybordercolor {border:3px solid #487bbb; }

#487bbb Text Font Color

<p style="color:#487bbb">Text here</p>

This sample text font color is #487bbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#487bbb Background Color

<div style="background-color:#487bbb">
Div content here</div>

This div background color is #487bbb


#487bbb Border Color

<div style="border:3px solid #487bbb">
Div here</div>

This div border color is #487bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,123,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #487bbb;
  box-shadow:         1px 1px 3px 2px #487bbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,123,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #487bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #487bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #487bbb;
  box-shadow:         1px 1px 3px 2px #487bbb;">
Div content here</div>

This div box has shadow with color #487bbb


Comments

No comments written yet.

Please login to write comment.