Color Hex Logo

#57152a Color Hex

#57152A
(87,21,42)
0 Favorites   0 Comments

Color spaces of #57152a

RGB 872142
HSL0.950.610.21
HSV341°76°34°
CMYK 0.000.760.52   0.66
XYZ4.61662.72972.4741
Yxy2.72970.47010.2780
Hunter Lab16.521820.96422.6867
CIE-Lab18.927131.88273.5715

#57152a color RGB value is (87,21,42).

#57152a hex color red value is 87, green value is 21 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #57152a hue: 0.95 , saturation: 0.61 and the lightness value of 57152a is 0.21.

The process color (four color CMYK) of #57152a color hex is 0.00, 0.76, 0.52, 0.66. Web safe color of #57152a is #660033. Color #57152a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010101 00101010
Octal 127 25 52
Decimal 87 21 42
Hex 57 15 2A

RGB Percentages of Color #57152a

%58.00
%14.00
%28.00

CMYK Percentages of Color #57152a

%0
%76
%52
%66

Triadic Colors of #57152a

#57152a #2a5715 #152a57

Analogous Colors of #57152a

#57152a #572115 #57154b

Monochromatic Colors of #57152a

#57152a

Complementary Color

#57152a #155742

#57152a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57152a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57152a Color CSS Codes

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

#57152a Text Font Color

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

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


#57152a Background Color

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

This div background color is #57152a


#57152a Border Color

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

This div border color is #57152a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,21,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57152a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57152a;
  -webkit-box-shadow: 1px 1px 3px 2px #57152a;
  box-shadow:         1px 1px 3px 2px #57152a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57152a


Comments

No comments written yet.

Please login to write comment.