Color Hex Logo

#577cca Color Hex

#577CCA
(87,124,202)
0 Favorites   0 Comments

Color spaces of #577cca

RGB 87124202
HSL0.610.520.57
HSV221°57°79°
CMYK 0.570.390.00   0.21
XYZ21.798820.705858.7248
Yxy20.70580.21530.2045
Hunter Lab45.50365.8802-44.6643
CIE-Lab52.626010.2546-44.4778

#577cca color RGB value is (87,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111100 11001010
Octal 127 174 312
Decimal 87 124 202
Hex 57 7C CA

RGB Percentages of Color #577cca

%21.07
%30.02
%48.91

CMYK Percentages of Color #577cca

%57
%39
%0
%21

Triadic Colors of #577cca

#577cca #ca577c #7cca57

Analogous Colors of #577cca

#577cca #6c57ca #57b6ca

Monochromatic Colors of #577cca

#577cca

Complementary Color

#577cca #caa557

#577cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#577cca Color CSS Codes

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

#577cca Text Font Color

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

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


#577cca Background Color

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

This div background color is #577cca


#577cca Border Color

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

This div border color is #577cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577cca


Comments

No comments written yet.

Please login to write comment.