Color Hex Logo

#570eaa Color Hex

#570EAA
(87,14,170)
0 Favorites   0 Comments

Color spaces of #570eaa

RGB 8714170
HSL0.740.850.36
HSV268°92°67°
CMYK 0.490.920.00   0.33
XYZ11.34325.242638.4443
Yxy5.24260.20610.0953
Hunter Lab22.896748.3609-83.5220
CIE-Lab27.415059.0365-66.5046

#570eaa color RGB value is (87,14,170).

#570eaa hex color red value is 87, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #570eaa hue: 0.74 , saturation: 0.85 and the lightness value of 570eaa is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001110 10101010
Octal 127 16 252
Decimal 87 14 170
Hex 57 E AA

RGB Percentages of Color #570eaa

%32.10
%5.17
%62.73

CMYK Percentages of Color #570eaa

%49
%92
%0
%33

Triadic Colors of #570eaa

#570eaa #aa570e #0eaa57

Analogous Colors of #570eaa

#570eaa #a50eaa #0e13aa

Monochromatic Colors of #570eaa

#570eaa

Complementary Color

#570eaa #61aa0e

#570eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#570eaa Color CSS Codes

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

#570eaa Text Font Color

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

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


#570eaa Background Color

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

This div background color is #570eaa


#570eaa Border Color

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

This div border color is #570eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570eaa


Comments

No comments written yet.

Please login to write comment.