Color Hex Logo

#571450 Color Hex

#571450
(87,20,80)
0 Favorites   0 Comments

Color spaces of #571450

RGB 872080
HSL0.850.630.21
HSV306°77°34°
CMYK 0.000.770.08   0.66
XYZ5.62863.10577.8922
Yxy3.10570.33850.1868
Hunter Lab17.623026.1708-14.2161
CIE-Lab20.462337.7253-20.5230

#571450 color RGB value is (87,20,80).

#571450 hex color red value is 87, green value is 20 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #571450 hue: 0.85 , saturation: 0.63 and the lightness value of 571450 is 0.21.

The process color (four color CMYK) of #571450 color hex is 0.00, 0.77, 0.08, 0.66. Web safe color of #571450 is #660066. Color #571450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 01010000
Octal 127 24 120
Decimal 87 20 80
Hex 57 14 50

RGB Percentages of Color #571450

%46.52
%10.70
%42.78

CMYK Percentages of Color #571450

%0
%77
%8
%66

Triadic Colors of #571450

#571450 #505714 #145057

Analogous Colors of #571450

#571450 #57142f #3d1457

Monochromatic Colors of #571450

#571450

Complementary Color

#571450 #14571b

#571450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571450 Color CSS Codes

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

#571450 Text Font Color

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

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


#571450 Background Color

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

This div background color is #571450


#571450 Border Color

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

This div border color is #571450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571450


Comments

No comments written yet.

Please login to write comment.