Color Hex Logo

#572046 Color Hex

#572046
(87,32,70)
0 Favorites   0 Comments

Color spaces of #572046

RGB 873270
HSL0.880.460.23
HSV319°63°34°
CMYK 0.000.630.20   0.66
XYZ5.55253.50156.1776
Yxy3.50150.36450.2299
Hunter Lab18.712320.2198-6.4751
CIE-Lab21.949830.4315-11.4204

#572046 color RGB value is (87,32,70).

#572046 hex color red value is 87, green value is 32 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #572046 hue: 0.88 , saturation: 0.46 and the lightness value of 572046 is 0.23.

The process color (four color CMYK) of #572046 color hex is 0.00, 0.63, 0.20, 0.66. Web safe color of #572046 is #663333. Color #572046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100000 01000110
Octal 127 40 106
Decimal 87 32 70
Hex 57 20 46

RGB Percentages of Color #572046

%46.03
%16.93
%37.04

CMYK Percentages of Color #572046

%0
%63
%20
%66

Triadic Colors of #572046

#572046 #465720 #204657

Analogous Colors of #572046

#572046 #57202b #4d2057

Monochromatic Colors of #572046

#572046

Complementary Color

#572046 #205731

#572046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572046 Color CSS Codes

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

#572046 Text Font Color

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

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


#572046 Background Color

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

This div background color is #572046


#572046 Border Color

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

This div border color is #572046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572046


Comments

No comments written yet.

Please login to write comment.