Color Hex Logo

#5890df Color Hex

#5890DF
(88,144,223)
0 Favorites   0 Comments

Color spaces of #5890df

RGB 88144223
HSL0.600.680.61
HSV215°61°87°
CMYK 0.610.350.00   0.13
XYZ27.317027.348973.6511
Yxy27.34890.21290.2131
Hunter Lab52.29621.7215-46.8935
CIE-Lab59.29595.4140-45.7439

#5890df color RGB value is (88,144,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010000 11011111
Octal 130 220 337
Decimal 88 144 223
Hex 58 90 DF

RGB Percentages of Color #5890df

%19.34
%31.65
%49.01

CMYK Percentages of Color #5890df

%61
%35
%0
%13

Triadic Colors of #5890df

#5890df #df5890 #90df58

Analogous Colors of #5890df

#5890df #6458df #58d4df

Monochromatic Colors of #5890df

#5890df

Complementary Color

#5890df #dfa758

#5890df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5890df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5890df Color CSS Codes

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

#5890df Text Font Color

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

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


#5890df Background Color

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

This div background color is #5890df


#5890df Border Color

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

This div border color is #5890df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5890df


Comments

No comments written yet.

Please login to write comment.