Color Hex Logo

#5789ce Color Hex

#5789CE
(87,137,206)
0 Favorites   0 Comments

Color spaces of #5789ce

RGB 87137206
HSL0.600.550.57
HSV215°58°81°
CMYK 0.580.330.00   0.19
XYZ24.016724.373861.8313
Yxy24.37380.21790.2211
Hunter Lab49.36980.4368-39.6965
CIE-Lab56.46013.7747-40.6887

#5789ce color RGB value is (87,137,206).

#5789ce hex color red value is 87, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5789ce hue: 0.60 , saturation: 0.55 and the lightness value of 5789ce is 0.57.

The process color (four color CMYK) of #5789ce color hex is 0.58, 0.33, 0.00, 0.19. Web safe color of #5789ce is #6699cc. Color #5789ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001001 11001110
Octal 127 211 316
Decimal 87 137 206
Hex 57 89 CE

RGB Percentages of Color #5789ce

%20.23
%31.86
%47.91

CMYK Percentages of Color #5789ce

%58
%33
%0
%19

Triadic Colors of #5789ce

#5789ce #ce5789 #89ce57

Analogous Colors of #5789ce

#5789ce #6057ce #57c5ce

Monochromatic Colors of #5789ce

#5789ce

Complementary Color

#5789ce #ce9c57

#5789ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5789ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5789ce Color CSS Codes

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

#5789ce Text Font Color

<p style="color:#5789ce">Text here</p>

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


#5789ce Background Color

<div style="background-color:#5789ce">
Div content here</div>

This div background color is #5789ce


#5789ce Border Color

<div style="border:3px solid #5789ce">
Div here</div>

This div border color is #5789ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,137,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5789ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5789ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5789ce;
  box-shadow:         1px 1px 3px 2px #5789ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,137,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5789ce


Comments

No comments written yet.

Please login to write comment.