Color Hex Logo

#571179 Color Hex

#571179
(87,17,121)
0 Favorites   0 Comments

Color spaces of #571179

RGB 8717121
HSL0.780.750.27
HSV280°86°47°
CMYK 0.280.860.00   0.53
XYZ7.58213.807618.4245
Yxy3.80760.25430.1277
Hunter Lab19.513135.2110-42.3232
CIE-Lab23.024947.0279-43.3378

#571179 color RGB value is (87,17,121).

#571179 hex color red value is 87, green value is 17 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #571179 hue: 0.78 , saturation: 0.75 and the lightness value of 571179 is 0.27.

The process color (four color CMYK) of #571179 color hex is 0.28, 0.86, 0.00, 0.53. Web safe color of #571179 is #660066. Color #571179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010001 01111001
Octal 127 21 171
Decimal 87 17 121
Hex 57 11 79

RGB Percentages of Color #571179

%38.67
%7.56
%53.78

CMYK Percentages of Color #571179

%28
%86
%0
%53

Triadic Colors of #571179

#571179 #795711 #117957

Analogous Colors of #571179

#571179 #791167 #231179

Monochromatic Colors of #571179

#571179

Complementary Color

#571179 #337911

#571179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571179 Color CSS Codes

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

#571179 Text Font Color

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

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


#571179 Background Color

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

This div background color is #571179


#571179 Border Color

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

This div border color is #571179


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,17,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #571179; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #571179;
  -webkit-box-shadow: 1px 1px 3px 2px #571179;
  box-shadow:         1px 1px 3px 2px #571179; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571179


Comments

No comments written yet.

Please login to write comment.