Color Hex Logo

#571066 Color Hex

#571066
(87,16,102)
0 Favorites   0 Comments

Color spaces of #571066

RGB 8716102
HSL0.800.730.23
HSV290°84°40°
CMYK 0.150.840.00   0.60
XYZ6.51403.356112.8748
Yxy3.35610.28640.1476
Hunter Lab18.319731.4106-28.8444
CIE-Lab21.417143.3357-33.6529

#571066 color RGB value is (87,16,102).

#571066 hex color red value is 87, green value is 16 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #571066 hue: 0.80 , saturation: 0.73 and the lightness value of 571066 is 0.23.

The process color (four color CMYK) of #571066 color hex is 0.15, 0.84, 0.00, 0.60. Web safe color of #571066 is #660066. Color #571066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010000 01100110
Octal 127 20 146
Decimal 87 16 102
Hex 57 10 66

RGB Percentages of Color #571066

%42.44
%7.80
%49.76

CMYK Percentages of Color #571066

%15
%84
%0
%60

Triadic Colors of #571066

#571066 #665710 #106657

Analogous Colors of #571066

#571066 #66104a #2c1066

Monochromatic Colors of #571066

#571066

Complementary Color

#571066 #1f6610

#571066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571066 Color CSS Codes

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

#571066 Text Font Color

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

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


#571066 Background Color

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

This div background color is #571066


#571066 Border Color

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

This div border color is #571066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571066


Comments

No comments written yet.

Please login to write comment.