Color Hex Logo

#575daa Color Hex

#575DAA
(87,93,170)
0 Favorites   0 Comments

Color spaces of #575daa

RGB 8793170
HSL0.650.330.50
HSV236°49°67°
CMYK 0.490.450.00   0.33
XYZ15.100512.757239.6967
Yxy12.75720.22350.1888
Hunter Lab35.717212.9610-40.8938
CIE-Lab42.395119.1005-42.1955

#575daa color RGB value is (87,93,170).

#575daa hex color red value is 87, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #575daa hue: 0.65 , saturation: 0.33 and the lightness value of 575daa is 0.50.

The process color (four color CMYK) of #575daa color hex is 0.49, 0.45, 0.00, 0.33. Web safe color of #575daa is #666699. Color #575daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011101 10101010
Octal 127 135 252
Decimal 87 93 170
Hex 57 5D AA

RGB Percentages of Color #575daa

%24.86
%26.57
%48.57

CMYK Percentages of Color #575daa

%49
%45
%0
%33

Triadic Colors of #575daa

#575daa #aa575d #5daa57

Analogous Colors of #575daa

#575daa #7b57aa #5787aa

Monochromatic Colors of #575daa

#575daa

Complementary Color

#575daa #aaa457

#575daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#575daa Color CSS Codes

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

#575daa Text Font Color

<p style="color:#575daa">Text here</p>

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


#575daa Background Color

<div style="background-color:#575daa">
Div content here</div>

This div background color is #575daa


#575daa Border Color

<div style="border:3px solid #575daa">
Div here</div>

This div border color is #575daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,93,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575daa;
  -webkit-box-shadow: 1px 1px 3px 2px #575daa;
  box-shadow:         1px 1px 3px 2px #575daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575daa


Comments

No comments written yet.

Please login to write comment.