Color Hex Logo

#577dea Color Hex

#577DEA
(87,125,234)
0 Favorites   0 Comments

Color spaces of #577dea

RGB 87125234
HSL0.620.780.63
HSV224°63°92°
CMYK 0.630.470.00   0.08
XYZ26.115422.634080.8343
Yxy22.63400.20150.1747
Hunter Lab47.575214.7272-67.4361
CIE-Lab54.693320.3418-59.2108

#577dea color RGB value is (87,125,234).

#577dea hex color red value is 87, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #577dea hue: 0.62 , saturation: 0.78 and the lightness value of 577dea is 0.63.

The process color (four color CMYK) of #577dea color hex is 0.63, 0.47, 0.00, 0.08. Web safe color of #577dea is #6666ff. Color #577dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 11101010
Octal 127 175 352
Decimal 87 125 234
Hex 57 7D EA

RGB Percentages of Color #577dea

%19.51
%28.03
%52.47

CMYK Percentages of Color #577dea

%63
%47
%0
%8

Triadic Colors of #577dea

#577dea #ea577d #7dea57

Analogous Colors of #577dea

#577dea #7b57ea #57c7ea

Monochromatic Colors of #577dea

#577dea

Complementary Color

#577dea #eac457

#577dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#577dea Color CSS Codes

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

#577dea Text Font Color

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

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


#577dea Background Color

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

This div background color is #577dea


#577dea Border Color

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

This div border color is #577dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577dea


Comments

No comments written yet.

Please login to write comment.