Color Hex Logo

#57194c Color Hex

#57194C
(87,25,76)
0 Favorites   0 Comments

Color spaces of #57194c

RGB 872576
HSL0.860.550.22
HSV311°71°34°
CMYK 0.000.710.13   0.66
XYZ5.58263.24337.1693
Yxy3.24330.34900.2028
Hunter Lab18.009223.8166-10.9964
CIE-Lab20.993134.9052-16.9799

#57194c color RGB value is (87,25,76).

#57194c hex color red value is 87, green value is 25 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #57194c hue: 0.86 , saturation: 0.55 and the lightness value of 57194c is 0.22.

The process color (four color CMYK) of #57194c color hex is 0.00, 0.71, 0.13, 0.66. Web safe color of #57194c is #660033. Color #57194c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011001 01001100
Octal 127 31 114
Decimal 87 25 76
Hex 57 19 4C

RGB Percentages of Color #57194c

%46.28
%13.30
%40.43

CMYK Percentages of Color #57194c

%0
%71
%13
%66

Triadic Colors of #57194c

#57194c #4c5719 #194c57

Analogous Colors of #57194c

#57194c #57192d #431957

Monochromatic Colors of #57194c

#57194c

Complementary Color

#57194c #195724

#57194c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57194c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57194c Color CSS Codes

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

#57194c Text Font Color

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

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


#57194c Background Color

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

This div background color is #57194c


#57194c Border Color

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

This div border color is #57194c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,25,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57194c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57194c;
  -webkit-box-shadow: 1px 1px 3px 2px #57194c;
  box-shadow:         1px 1px 3px 2px #57194c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57194c


Comments

No comments written yet.

Please login to write comment.