Color Hex Logo

#5890da Color Hex

#5890DA
(88,144,218)
0 Favorites   0 Comments

Color spaces of #5890da

RGB 88144218
HSL0.590.640.60
HSV214°60°85°
CMYK 0.600.340.00   0.15
XYZ26.652727.083270.1525
Yxy27.08320.21510.2186
Hunter Lab52.04150.3449-43.4945
CIE-Lab59.05133.7717-43.3405

#5890da color RGB value is (88,144,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010000 11011010
Octal 130 220 332
Decimal 88 144 218
Hex 58 90 DA

RGB Percentages of Color #5890da

%19.56
%32.00
%48.44

CMYK Percentages of Color #5890da

%60
%34
%0
%15

Triadic Colors of #5890da

#5890da #da5890 #90da58

Analogous Colors of #5890da

#5890da #6158da #58d1da

Monochromatic Colors of #5890da

#5890da

Complementary Color

#5890da #daa258

#5890da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5890da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5890da Color CSS Codes

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

#5890da Text Font Color

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

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


#5890da Background Color

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

This div background color is #5890da


#5890da Border Color

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

This div border color is #5890da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5890da


Comments

No comments written yet.

Please login to write comment.