Color Hex Logo

#57274b Color Hex

#57274B
(87,39,75)
0 Favorites   0 Comments

Color spaces of #57274b

RGB 873975
HSL0.880.380.25
HSV315°55°34°
CMYK 0.000.550.14   0.66
XYZ5.92603.98537.1135
Yxy3.98530.34810.2341
Hunter Lab19.963218.0514-7.1526
CIE-Lab23.622827.4764-12.2359

#57274b color RGB value is (87,39,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100111 01001011
Octal 127 47 113
Decimal 87 39 75
Hex 57 27 4B

RGB Percentages of Color #57274b

%43.28
%19.40
%37.31

CMYK Percentages of Color #57274b

%0
%55
%14
%66

Triadic Colors of #57274b

#57274b #4b5727 #274b57

Analogous Colors of #57274b

#57274b #572733 #4b2757

Monochromatic Colors of #57274b

#57274b

Complementary Color

#57274b #275733

#57274b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57274b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57274b Color CSS Codes

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

#57274b Text Font Color

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

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


#57274b Background Color

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

This div background color is #57274b


#57274b Border Color

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

This div border color is #57274b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57274b


Comments

No comments written yet.

Please login to write comment.