Color Hex Logo

#571565 Color Hex

#571565
(87,21,101)
0 Favorites   0 Comments

Color spaces of #571565

RGB 8721101
HSL0.800.660.24
HSV290°79°40°
CMYK 0.140.790.00   0.60
XYZ6.54763.502212.6428
Yxy3.50220.28850.1543
Hunter Lab18.714229.7027-26.9549
CIE-Lab21.952341.3797-32.1368

#571565 color RGB value is (87,21,101).

#571565 hex color red value is 87, green value is 21 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #571565 hue: 0.80 , saturation: 0.66 and the lightness value of 571565 is 0.24.

The process color (four color CMYK) of #571565 color hex is 0.14, 0.79, 0.00, 0.60. Web safe color of #571565 is #660066. Color #571565 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010101 01100101
Octal 127 25 145
Decimal 87 21 101
Hex 57 15 65

RGB Percentages of Color #571565

%41.63
%10.05
%48.33

CMYK Percentages of Color #571565

%14
%79
%0
%60

Triadic Colors of #571565

#571565 #655715 #156557

Analogous Colors of #571565

#571565 #65154b #2f1565

Monochromatic Colors of #571565

#571565

Complementary Color

#571565 #236515

#571565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571565 Color CSS Codes

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

#571565 Text Font Color

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

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


#571565 Background Color

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

This div background color is #571565


#571565 Border Color

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

This div border color is #571565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571565


Comments

No comments written yet.

Please login to write comment.