Color Hex Logo

#5a87cb Color Hex

#5A87CB
(90,135,203)
0 Favorites   0 Comments

Color spaces of #5a87cb

RGB 90135203
HSL0.600.520.57
HSV216°56°80°
CMYK 0.560.330.00   0.20
XYZ23.659923.813459.8493
Yxy23.81340.22050.2219
Hunter Lab48.79901.1465-38.5567
CIE-Lab55.90054.6137-39.8647

#5a87cb color RGB value is (90,135,203).

#5a87cb hex color red value is 90, green value is 135 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5a87cb hue: 0.60 , saturation: 0.52 and the lightness value of 5a87cb is 0.57.

The process color (four color CMYK) of #5a87cb color hex is 0.56, 0.33, 0.00, 0.20. Web safe color of #5a87cb is #6699cc. Color #5a87cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000111 11001011
Octal 132 207 313
Decimal 90 135 203
Hex 5A 87 CB

RGB Percentages of Color #5a87cb

%21.03
%31.54
%47.43

CMYK Percentages of Color #5a87cb

%56
%33
%0
%20

Triadic Colors of #5a87cb

#5a87cb #cb5a87 #87cb5a

Analogous Colors of #5a87cb

#5a87cb #665acb #5ac0cb

Monochromatic Colors of #5a87cb

#5a87cb

Complementary Color

#5a87cb #cb9e5a

#5a87cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a87cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a87cb Color CSS Codes

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

#5a87cb Text Font Color

<p style="color:#5a87cb">Text here</p>

This sample text font color is #5a87cb
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.


#5a87cb Background Color

<div style="background-color:#5a87cb">
Div content here</div>

This div background color is #5a87cb


#5a87cb Border Color

<div style="border:3px solid #5a87cb">
Div here</div>

This div border color is #5a87cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,135,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a87cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a87cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5a87cb;
  box-shadow:         1px 1px 3px 2px #5a87cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,135,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a87cb


Comments

No comments written yet.

Please login to write comment.