Color Hex Logo

#572455 Color Hex

#572455
(87,36,85)
0 Favorites   0 Comments

Color spaces of #572455

RGB 873685
HSL0.840.410.24
HSV302°59°34°
CMYK 0.000.590.02   0.66
XYZ6.20103.94399.0287
Yxy3.94390.32340.2057
Hunter Lab19.859320.9825-13.0538
CIE-Lab23.485131.0904-19.1360

#572455 color RGB value is (87,36,85).

#572455 hex color red value is 87, green value is 36 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #572455 hue: 0.84 , saturation: 0.41 and the lightness value of 572455 is 0.24.

The process color (four color CMYK) of #572455 color hex is 0.00, 0.59, 0.02, 0.66. Web safe color of #572455 is #663366. Color #572455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100100 01010101
Octal 127 44 125
Decimal 87 36 85
Hex 57 24 55

RGB Percentages of Color #572455

%41.83
%17.31
%40.87

CMYK Percentages of Color #572455

%0
%59
%2
%66

Triadic Colors of #572455

#572455 #555724 #245557

Analogous Colors of #572455

#572455 #57243c #402457

Monochromatic Colors of #572455

#572455

Complementary Color

#572455 #245726

#572455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572455 Color CSS Codes

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

#572455 Text Font Color

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

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


#572455 Background Color

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

This div background color is #572455


#572455 Border Color

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

This div border color is #572455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572455


Comments

No comments written yet.

Please login to write comment.