Color Hex Logo

#5890ce Color Hex

#5890CE
(88,144,206)
0 Favorites   0 Comments

Color spaces of #5890ce

RGB 88144206
HSL0.590.550.58
HSV212°57°81°
CMYK 0.570.300.00   0.19
XYZ25.138326.477562.1782
Yxy26.47750.22090.2327
Hunter Lab51.4563-2.8447-35.6248
CIE-Lab58.4875-0.1181-37.5024

#5890ce color RGB value is (88,144,206).

#5890ce hex color red value is 88, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5890ce hue: 0.59 , saturation: 0.55 and the lightness value of 5890ce is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010000 11001110
Octal 130 220 316
Decimal 88 144 206
Hex 58 90 CE

RGB Percentages of Color #5890ce

%20.09
%32.88
%47.03

CMYK Percentages of Color #5890ce

%57
%30
%0
%19

Triadic Colors of #5890ce

#5890ce #ce5890 #90ce58

Analogous Colors of #5890ce

#5890ce #5b58ce #58cbce

Monochromatic Colors of #5890ce

#5890ce

Complementary Color

#5890ce #ce9658

#5890ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5890ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5890ce Color CSS Codes

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

#5890ce Text Font Color

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

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


#5890ce Background Color

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

This div background color is #5890ce


#5890ce Border Color

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

This div border color is #5890ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,144,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 #5890ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5890ce


Comments

No comments written yet.

Please login to write comment.