Color Hex Logo

#5890dc Color Hex

#5890DC
(88,144,220)
0 Favorites   0 Comments

Color spaces of #5890dc

RGB 88144220
HSL0.600.650.60
HSV215°60°86°
CMYK 0.600.350.00   0.14
XYZ26.916027.188571.5394
Yxy27.18850.21420.2164
Hunter Lab52.14260.8921-44.8458
CIE-Lab59.14844.4272-44.3040

#5890dc color RGB value is (88,144,220).

#5890dc hex color red value is 88, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5890dc hue: 0.60 , saturation: 0.65 and the lightness value of 5890dc is 0.60.

The process color (four color CMYK) of #5890dc color hex is 0.60, 0.35, 0.00, 0.14. Web safe color of #5890dc is #6699cc. Color #5890dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010000 11011100
Octal 130 220 334
Decimal 88 144 220
Hex 58 90 DC

RGB Percentages of Color #5890dc

%19.47
%31.86
%48.67

CMYK Percentages of Color #5890dc

%60
%35
%0
%14

Triadic Colors of #5890dc

#5890dc #dc5890 #90dc58

Analogous Colors of #5890dc

#5890dc #6258dc #58d2dc

Monochromatic Colors of #5890dc

#5890dc

Complementary Color

#5890dc #dca458

#5890dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5890dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5890dc Color CSS Codes

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

#5890dc Text Font Color

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

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


#5890dc Background Color

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

This div background color is #5890dc


#5890dc Border Color

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

This div border color is #5890dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5890dc


Comments

No comments written yet.

Please login to write comment.