Color Hex Logo

#572346 Color Hex

#572346
(87,35,70)
0 Favorites   0 Comments

Color spaces of #572346

RGB 873570
HSL0.890.430.24
HSV320°60°34°
CMYK 0.000.600.20   0.66
XYZ5.63703.67056.2057
Yxy3.67050.36340.2366
Hunter Lab19.158518.9924-5.7938
CIE-Lab22.550828.8203-10.5006

#572346 color RGB value is (87,35,70).

#572346 hex color red value is 87, green value is 35 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #572346 hue: 0.89 , saturation: 0.43 and the lightness value of 572346 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100011 01000110
Octal 127 43 106
Decimal 87 35 70
Hex 57 23 46

RGB Percentages of Color #572346

%45.31
%18.23
%36.46

CMYK Percentages of Color #572346

%0
%60
%20
%66

Triadic Colors of #572346

#572346 #465723 #234657

Analogous Colors of #572346

#572346 #57232c #4e2357

Monochromatic Colors of #572346

#572346

Complementary Color

#572346 #235734

#572346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572346 Color CSS Codes

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

#572346 Text Font Color

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

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


#572346 Background Color

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

This div background color is #572346


#572346 Border Color

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

This div border color is #572346


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,35,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 #572346">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572346


Comments

No comments written yet.

Please login to write comment.