Color Hex Logo

#577fca Color Hex

#577FCA
(87,127,202)
0 Favorites   0 Comments

Color spaces of #577fca

RGB 87127202
HSL0.610.520.57
HSV219°57°79°
CMYK 0.570.370.00   0.21
XYZ22.180521.469258.8521
Yxy21.46920.21640.2095
Hunter Lab46.33494.3619-42.8726
CIE-Lab53.45928.4392-43.1588

#577fca color RGB value is (87,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 11001010
Octal 127 177 312
Decimal 87 127 202
Hex 57 7F CA

RGB Percentages of Color #577fca

%20.91
%30.53
%48.56

CMYK Percentages of Color #577fca

%57
%37
%0
%21

Triadic Colors of #577fca

#577fca #ca577f #7fca57

Analogous Colors of #577fca

#577fca #6957ca #57b9ca

Monochromatic Colors of #577fca

#577fca

Complementary Color

#577fca #caa257

#577fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#577fca Color CSS Codes

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

#577fca Text Font Color

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

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


#577fca Background Color

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

This div background color is #577fca


#577fca Border Color

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

This div border color is #577fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577fca


Comments

No comments written yet.

Please login to write comment.