Color Hex Logo

#571269 Color Hex

#571269
(87,18,105)
0 Favorites   0 Comments

Color spaces of #571269

RGB 8718105
HSL0.800.710.24
HSV288°83°41°
CMYK 0.170.830.00   0.59
XYZ6.69663.478813.6831
Yxy3.47880.28070.1458
Hunter Lab18.651531.4480-30.4401
CIE-Lab21.867643.2880-34.8888

#571269 color RGB value is (87,18,105).

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

The process color (four color CMYK) of #571269 color hex is 0.17, 0.83, 0.00, 0.59. Web safe color of #571269 is #660066. Color #571269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010010 01101001
Octal 127 22 151
Decimal 87 18 105
Hex 57 12 69

RGB Percentages of Color #571269

%41.43
%8.57
%50.00

CMYK Percentages of Color #571269

%17
%83
%0
%59

Triadic Colors of #571269

#571269 #695712 #126957

Analogous Colors of #571269

#571269 #691250 #2b1269

Monochromatic Colors of #571269

#571269

Complementary Color

#571269 #246912

#571269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571269 Color CSS Codes

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

#571269 Text Font Color

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

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


#571269 Background Color

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

This div background color is #571269


#571269 Border Color

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

This div border color is #571269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571269


Comments

No comments written yet.

Please login to write comment.