Color Hex Logo

#5790ca Color Hex

#5790CA
(87,144,202)
0 Favorites   0 Comments

Color spaces of #5790ca

RGB 87144202
HSL0.580.520.57
HSV210°57°79°
CMYK 0.570.290.00   0.21
XYZ24.564426.237059.6467
Yxy26.23700.22240.2376
Hunter Lab51.2221-4.0359-33.1861
CIE-Lab58.2613-1.6043-35.6092

#5790ca color RGB value is (87,144,202).

#5790ca hex color red value is 87, green value is 144 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5790ca hue: 0.58 , saturation: 0.52 and the lightness value of 5790ca is 0.57.

The process color (four color CMYK) of #5790ca color hex is 0.57, 0.29, 0.00, 0.21. Web safe color of #5790ca is #6699cc. Color #5790ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010000 11001010
Octal 127 220 312
Decimal 87 144 202
Hex 57 90 CA

RGB Percentages of Color #5790ca

%20.09
%33.26
%46.65

CMYK Percentages of Color #5790ca

%57
%29
%0
%21

Triadic Colors of #5790ca

#5790ca #ca5790 #90ca57

Analogous Colors of #5790ca

#5790ca #5857ca #57caca

Monochromatic Colors of #5790ca

#5790ca

Complementary Color

#5790ca #ca9157

#5790ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5790ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5790ca Color CSS Codes

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

#5790ca Text Font Color

<p style="color:#5790ca">Text here</p>

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


#5790ca Background Color

<div style="background-color:#5790ca">
Div content here</div>

This div background color is #5790ca


#5790ca Border Color

<div style="border:3px solid #5790ca">
Div here</div>

This div border color is #5790ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,144,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5790ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5790ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5790ca;
  box-shadow:         1px 1px 3px 2px #5790ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5790ca


Comments

No comments written yet.

Please login to write comment.