Color Hex Logo

#577aeb Color Hex

#577AEB
(87,122,235)
0 Favorites   0 Comments

Color spaces of #577aeb

RGB 87122235
HSL0.630.790.63
HSV226°63°92°
CMYK 0.630.480.00   0.08
XYZ25.885421.943581.4685
Yxy21.94350.20020.1697
Hunter Lab46.843916.6603-70.3234
CIE-Lab53.967022.5154-60.9355

#577aeb color RGB value is (87,122,235).

#577aeb hex color red value is 87, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #577aeb hue: 0.63 , saturation: 0.79 and the lightness value of 577aeb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111010 11101011
Octal 127 172 353
Decimal 87 122 235
Hex 57 7A EB

RGB Percentages of Color #577aeb

%19.59
%27.48
%52.93

CMYK Percentages of Color #577aeb

%63
%48
%0
%8

Triadic Colors of #577aeb

#577aeb #eb577a #7aeb57

Analogous Colors of #577aeb

#577aeb #7e57eb #57c4eb

Monochromatic Colors of #577aeb

#577aeb

Complementary Color

#577aeb #ebc857

#577aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577aeb Color CSS Codes

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

#577aeb Text Font Color

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

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


#577aeb Background Color

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

This div background color is #577aeb


#577aeb Border Color

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

This div border color is #577aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577aeb


Comments

No comments written yet.

Please login to write comment.