Color Hex Logo

#57284b Color Hex

#57284B
(87,40,75)
0 Favorites   0 Comments

Color spaces of #57284b

RGB 874075
HSL0.880.370.25
HSV315°54°34°
CMYK 0.000.540.14   0.66
XYZ5.95934.05187.1246
Yxy4.05180.34780.2365
Hunter Lab20.129117.6198-6.8951
CIE-Lab23.842026.9024-11.8999

#57284b color RGB value is (87,40,75).

#57284b hex color red value is 87, green value is 40 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #57284b hue: 0.88 , saturation: 0.37 and the lightness value of 57284b is 0.25.

The process color (four color CMYK) of #57284b color hex is 0.00, 0.54, 0.14, 0.66. Web safe color of #57284b is #663333. Color #57284b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101000 01001011
Octal 127 50 113
Decimal 87 40 75
Hex 57 28 4B

RGB Percentages of Color #57284b

%43.07
%19.80
%37.13

CMYK Percentages of Color #57284b

%0
%54
%14
%66

Triadic Colors of #57284b

#57284b #4b5728 #284b57

Analogous Colors of #57284b

#57284b #572834 #4c2857

Monochromatic Colors of #57284b

#57284b

Complementary Color

#57284b #285734

#57284b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57284b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57284b Color CSS Codes

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

#57284b Text Font Color

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

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


#57284b Background Color

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

This div background color is #57284b


#57284b Border Color

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

This div border color is #57284b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,40,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57284b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57284b;
  -webkit-box-shadow: 1px 1px 3px 2px #57284b;
  box-shadow:         1px 1px 3px 2px #57284b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57284b


Comments

No comments written yet.

Please login to write comment.