Color Hex Logo

#5890cf Color Hex

#5890CF
(88,144,207)
0 Favorites   0 Comments

Color spaces of #5890cf

RGB 88144207
HSL0.590.550.58
HSV212°57°81°
CMYK 0.570.300.00   0.19
XYZ25.260226.526262.8202
Yxy26.52620.22040.2315
Hunter Lab51.5036-2.5850-36.2650
CIE-Lab58.53320.2031-37.9928

#5890cf color RGB value is (88,144,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010000 11001111
Octal 130 220 317
Decimal 88 144 207
Hex 58 90 CF

RGB Percentages of Color #5890cf

%20.05
%32.80
%47.15

CMYK Percentages of Color #5890cf

%57
%30
%0
%19

Triadic Colors of #5890cf

#5890cf #cf5890 #90cf58

Analogous Colors of #5890cf

#5890cf #5c58cf #58cccf

Monochromatic Colors of #5890cf

#5890cf

Complementary Color

#5890cf #cf9758

#5890cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5890cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5890cf Color CSS Codes

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

#5890cf Text Font Color

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

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


#5890cf Background Color

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

This div background color is #5890cf


#5890cf Border Color

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

This div border color is #5890cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,144,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5890cf


Comments

No comments written yet.

Please login to write comment.