Color Hex Logo

#571d6c Color Hex

#571D6C
(87,29,108)
0 Favorites   0 Comments

Color spaces of #571d6c

RGB 8729108
HSL0.790.580.27
HSV284°73°42°
CMYK 0.190.730.00   0.58
XYZ7.07663.987714.5841
Yxy3.98770.27590.1555
Hunter Lab19.969228.3098-29.3227
CIE-Lab23.630739.5228-34.0012

#571d6c color RGB value is (87,29,108).

#571d6c hex color red value is 87, green value is 29 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #571d6c hue: 0.79 , saturation: 0.58 and the lightness value of 571d6c is 0.27.

The process color (four color CMYK) of #571d6c color hex is 0.19, 0.73, 0.00, 0.58. Web safe color of #571d6c is #663366. Color #571d6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011101 01101100
Octal 127 35 154
Decimal 87 29 108
Hex 57 1D 6C

RGB Percentages of Color #571d6c

%38.84
%12.95
%48.21

CMYK Percentages of Color #571d6c

%19
%73
%0
%58

Triadic Colors of #571d6c

#571d6c #6c571d #1d6c57

Analogous Colors of #571d6c

#571d6c #6c1d59 #301d6c

Monochromatic Colors of #571d6c

#571d6c

Complementary Color

#571d6c #326c1d

#571d6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571d6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#571d6c Color CSS Codes

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

#571d6c Text Font Color

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

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


#571d6c Background Color

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

This div background color is #571d6c


#571d6c Border Color

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

This div border color is #571d6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571d6c


Comments

No comments written yet.

Please login to write comment.