Color Hex Logo

#570eac Color Hex

#570EAC
(87,14,172)
0 Favorites   0 Comments

Color spaces of #570eac

RGB 8714172
HSL0.740.850.36
HSV268°92°67°
CMYK 0.490.920.00   0.33
XYZ11.53395.318939.4485
Yxy5.31890.20490.0945
Hunter Lab23.062748.9098-85.2708
CIE-Lab27.624659.5049-67.3634

#570eac color RGB value is (87,14,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001110 10101100
Octal 127 16 254
Decimal 87 14 172
Hex 57 E AC

RGB Percentages of Color #570eac

%31.87
%5.13
%63.00

CMYK Percentages of Color #570eac

%49
%92
%0
%33

Triadic Colors of #570eac

#570eac #ac570e #0eac57

Analogous Colors of #570eac

#570eac #a60eac #0e14ac

Monochromatic Colors of #570eac

#570eac

Complementary Color

#570eac #63ac0e

#570eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#570eac Color CSS Codes

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

#570eac Text Font Color

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

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


#570eac Background Color

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

This div background color is #570eac


#570eac Border Color

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

This div border color is #570eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570eac


Comments

No comments written yet.

Please login to write comment.