Color Hex Logo

#571eaa Color Hex

#571EAA
(87,30,170)
0 Favorites   0 Comments

Color spaces of #571eaa

RGB 8730170
HSL0.730.700.39
HSV264°82°67°
CMYK 0.490.820.00   0.33
XYZ11.65055.857138.5467
Yxy5.85710.20780.1045
Hunter Lab24.201443.5768-77.4928
CIE-Lab29.049054.1967-63.8127

#571eaa color RGB value is (87,30,170).

#571eaa hex color red value is 87, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #571eaa hue: 0.73 , saturation: 0.70 and the lightness value of 571eaa is 0.39.

The process color (four color CMYK) of #571eaa color hex is 0.49, 0.82, 0.00, 0.33. Web safe color of #571eaa is #663399. Color #571eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011110 10101010
Octal 127 36 252
Decimal 87 30 170
Hex 57 1E AA

RGB Percentages of Color #571eaa

%30.31
%10.45
%59.23

CMYK Percentages of Color #571eaa

%49
%82
%0
%33

Triadic Colors of #571eaa

#571eaa #aa571e #1eaa57

Analogous Colors of #571eaa

#571eaa #9d1eaa #1e2baa

Monochromatic Colors of #571eaa

#571eaa

Complementary Color

#571eaa #71aa1e

#571eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#571eaa Color CSS Codes

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

#571eaa Text Font Color

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

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


#571eaa Background Color

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

This div background color is #571eaa


#571eaa Border Color

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

This div border color is #571eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571eaa


Comments

No comments written yet.

Please login to write comment.