Color Hex Logo

#5789de Color Hex

#5789DE
(87,137,222)
1 Favorites   0 Comments

Color spaces of #5789de

RGB 87137222
HSL0.600.670.61
HSV218°61°87°
CMYK 0.610.380.00   0.13
XYZ26.061025.191572.5961
Yxy25.19150.21040.2034
Hunter Lab50.19114.8490-50.6228
CIE-Lab57.26159.0461-48.4091

#5789de color RGB value is (87,137,222).

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

The process color (four color CMYK) of #5789de color hex is 0.61, 0.38, 0.00, 0.13. Web safe color of #5789de is #6699cc. Color #5789de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001001 11011110
Octal 127 211 336
Decimal 87 137 222
Hex 57 89 DE

RGB Percentages of Color #5789de

%19.51
%30.72
%49.78

CMYK Percentages of Color #5789de

%61
%38
%0
%13

Triadic Colors of #5789de

#5789de #de5789 #89de57

Analogous Colors of #5789de

#5789de #6957de #57cdde

Monochromatic Colors of #5789de

#5789de

Complementary Color

#5789de #deac57

#5789de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5789de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5789de Color CSS Codes

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

#5789de Text Font Color

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

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


#5789de Background Color

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

This div background color is #5789de


#5789de Border Color

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

This div border color is #5789de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5789de


Comments

No comments written yet.

Please login to write comment.