Color Hex Logo

#577dca Color Hex

#577DCA
(87,125,202)
0 Favorites   0 Comments

Color spaces of #577dca

RGB 87125202
HSL0.610.520.57
HSV220°57°79°
CMYK 0.570.380.00   0.21
XYZ21.924820.957758.7668
Yxy20.95770.21570.2062
Hunter Lab45.77965.3731-44.0643
CIE-Lab52.90329.6485-44.0388

#577dca color RGB value is (87,125,202).

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

The process color (four color CMYK) of #577dca color hex is 0.57, 0.38, 0.00, 0.21. Web safe color of #577dca is #6666cc. Color #577dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 11001010
Octal 127 175 312
Decimal 87 125 202
Hex 57 7D CA

RGB Percentages of Color #577dca

%21.01
%30.19
%48.79

CMYK Percentages of Color #577dca

%57
%38
%0
%21

Triadic Colors of #577dca

#577dca #ca577d #7dca57

Analogous Colors of #577dca

#577dca #6b57ca #57b7ca

Monochromatic Colors of #577dca

#577dca

Complementary Color

#577dca #caa457

#577dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#577dca Color CSS Codes

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

#577dca Text Font Color

<p style="color:#577dca">Text here</p>

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


#577dca Background Color

<div style="background-color:#577dca">
Div content here</div>

This div background color is #577dca


#577dca Border Color

<div style="border:3px solid #577dca">
Div here</div>

This div border color is #577dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,125,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 #577dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577dca


Comments

No comments written yet.

Please login to write comment.