Color Hex Logo

#571ead Color Hex

#571EAD
(87,30,173)
0 Favorites   0 Comments

Color spaces of #571ead

RGB 8730173
HSL0.730.700.40
HSV264°83°68°
CMYK 0.500.830.00   0.32
XYZ11.93765.971940.0587
Yxy5.97190.20590.1030
Hunter Lab24.437544.4309-80.0839
CIE-Lab29.341554.9599-65.1348

#571ead color RGB value is (87,30,173).

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

The process color (four color CMYK) of #571ead color hex is 0.50, 0.83, 0.00, 0.32. Web safe color of #571ead is #663399. Color #571ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011110 10101101
Octal 127 36 255
Decimal 87 30 173
Hex 57 1E AD

RGB Percentages of Color #571ead

%30.00
%10.34
%59.66

CMYK Percentages of Color #571ead

%50
%83
%0
%32

Triadic Colors of #571ead

#571ead #ad571e #1ead57

Analogous Colors of #571ead

#571ead #9f1ead #1e2dad

Monochromatic Colors of #571ead

#571ead

Complementary Color

#571ead #74ad1e

#571ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#571ead Color CSS Codes

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

#571ead Text Font Color

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

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


#571ead Background Color

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

This div background color is #571ead


#571ead Border Color

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

This div border color is #571ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571ead


Comments

No comments written yet.

Please login to write comment.