Color Hex Logo

#571a66 Color Hex

#571A66
(87,26,102)
0 Favorites   0 Comments

Color spaces of #571a66

RGB 8726102
HSL0.800.590.25
HSV288°75°40°
CMYK 0.150.750.00   0.60
XYZ6.69813.724312.9362
Yxy3.72430.28680.1594
Hunter Lab19.298428.1815-26.2346
CIE-Lab22.738239.5508-31.5308

#571a66 color RGB value is (87,26,102).

#571a66 hex color red value is 87, green value is 26 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #571a66 hue: 0.80 , saturation: 0.59 and the lightness value of 571a66 is 0.25.

The process color (four color CMYK) of #571a66 color hex is 0.15, 0.75, 0.00, 0.60. Web safe color of #571a66 is #663366. Color #571a66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011010 01100110
Octal 127 32 146
Decimal 87 26 102
Hex 57 1A 66

RGB Percentages of Color #571a66

%40.47
%12.09
%47.44

CMYK Percentages of Color #571a66

%15
%75
%0
%60

Triadic Colors of #571a66

#571a66 #66571a #1a6657

Analogous Colors of #571a66

#571a66 #661a4f #311a66

Monochromatic Colors of #571a66

#571a66

Complementary Color

#571a66 #29661a

#571a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571a66 Color CSS Codes

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

#571a66 Text Font Color

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

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


#571a66 Background Color

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

This div background color is #571a66


#571a66 Border Color

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

This div border color is #571a66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571a66


Comments

No comments written yet.

Please login to write comment.