Color Hex Logo

#57042a Color Hex

#57042A
(87,4,42)
0 Favorites   0 Comments

Color spaces of #57042a

RGB 87442
HSL0.920.910.18
HSV333°95°34°
CMYK 0.000.950.52   0.66
XYZ4.39182.28022.3991
Yxy2.28020.48420.2514
Hunter Lab15.100325.48961.1504
CIE-Lab16.893937.63610.6442

#57042a color RGB value is (87,4,42).

#57042a hex color red value is 87, green value is 4 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #57042a hue: 0.92 , saturation: 0.91 and the lightness value of 57042a is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000100 00101010
Octal 127 4 52
Decimal 87 4 42
Hex 57 4 2A

RGB Percentages of Color #57042a

%65.41
%3.01
%31.58

CMYK Percentages of Color #57042a

%0
%95
%52
%66

Triadic Colors of #57042a

#57042a #2a5704 #042a57

Analogous Colors of #57042a

#57042a #570804 #570453

Monochromatic Colors of #57042a

#57042a

Complementary Color

#57042a #045731

#57042a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57042a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57042a Color CSS Codes

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

#57042a Text Font Color

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

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


#57042a Background Color

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

This div background color is #57042a


#57042a Border Color

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

This div border color is #57042a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57042a


Comments

No comments written yet.

Please login to write comment.