Color Hex Logo

#570eab Color Hex

#570EAB
(87,14,171)
0 Favorites   0 Comments

Color spaces of #570eab

RGB 8714171
HSL0.740.850.36
HSV268°92°67°
CMYK 0.490.920.00   0.33
XYZ11.43825.280638.9445
Yxy5.28060.20550.0949
Hunter Lab22.979648.6351-84.3958
CIE-Lab27.519759.2708-66.9346

#570eab color RGB value is (87,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001110 10101011
Octal 127 16 253
Decimal 87 14 171
Hex 57 E AB

RGB Percentages of Color #570eab

%31.99
%5.15
%62.87

CMYK Percentages of Color #570eab

%49
%92
%0
%33

Triadic Colors of #570eab

#570eab #ab570e #0eab57

Analogous Colors of #570eab

#570eab #a60eab #0e14ab

Monochromatic Colors of #570eab

#570eab

Complementary Color

#570eab #62ab0e

#570eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#570eab Color CSS Codes

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

#570eab Text Font Color

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

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


#570eab Background Color

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

This div background color is #570eab


#570eab Border Color

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

This div border color is #570eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570eab


Comments

No comments written yet.

Please login to write comment.