Color Hex Logo

#570aaa Color Hex

#570AAA
(87,10,170)
0 Favorites   0 Comments

Color spaces of #570aaa

RGB 8710170
HSL0.750.890.35
HSV269°94°67°
CMYK 0.490.940.00   0.33
XYZ11.29475.145638.4281
Yxy5.14560.20590.0938
Hunter Lab22.683949.1813-84.5626
CIE-Lab27.145659.8465-66.9492

#570aaa color RGB value is (87,10,170).

#570aaa hex color red value is 87, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #570aaa hue: 0.75 , saturation: 0.89 and the lightness value of 570aaa is 0.35.

The process color (four color CMYK) of #570aaa color hex is 0.49, 0.94, 0.00, 0.33. Web safe color of #570aaa is #660099. Color #570aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001010 10101010
Octal 127 12 252
Decimal 87 10 170
Hex 57 A AA

RGB Percentages of Color #570aaa

%32.58
%3.75
%63.67

CMYK Percentages of Color #570aaa

%49
%94
%0
%33

Triadic Colors of #570aaa

#570aaa #aa570a #0aaa57

Analogous Colors of #570aaa

#570aaa #a70aaa #0a0daa

Monochromatic Colors of #570aaa

#570aaa

Complementary Color

#570aaa #5daa0a

#570aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#570aaa Color CSS Codes

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

#570aaa Text Font Color

<p style="color:#570aaa">Text here</p>

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


#570aaa Background Color

<div style="background-color:#570aaa">
Div content here</div>

This div background color is #570aaa


#570aaa Border Color

<div style="border:3px solid #570aaa">
Div here</div>

This div border color is #570aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570aaa


Comments

No comments written yet.

Please login to write comment.