Color Hex Logo

#57156b Color Hex

#57156B
(87,21,107)
0 Favorites   0 Comments

Color spaces of #57156b

RGB 8721107
HSL0.790.670.25
HSV286°80°42°
CMYK 0.190.800.00   0.58
XYZ6.85253.624114.2483
Yxy3.62410.27710.1466
Hunter Lab19.037130.9372-31.0497
CIE-Lab22.387642.6368-35.3530

#57156b color RGB value is (87,21,107).

#57156b hex color red value is 87, green value is 21 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #57156b hue: 0.79 , saturation: 0.67 and the lightness value of 57156b is 0.25.

The process color (four color CMYK) of #57156b color hex is 0.19, 0.80, 0.00, 0.58. Web safe color of #57156b is #660066. Color #57156b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010101 01101011
Octal 127 25 153
Decimal 87 21 107
Hex 57 15 6B

RGB Percentages of Color #57156b

%40.47
%9.77
%49.77

CMYK Percentages of Color #57156b

%19
%80
%0
%58

Triadic Colors of #57156b

#57156b #6b5715 #156b57

Analogous Colors of #57156b

#57156b #6b1554 #2c156b

Monochromatic Colors of #57156b

#57156b

Complementary Color

#57156b #296b15

#57156b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57156b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57156b Color CSS Codes

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

#57156b Text Font Color

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

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


#57156b Background Color

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

This div background color is #57156b


#57156b Border Color

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

This div border color is #57156b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57156b


Comments

No comments written yet.

Please login to write comment.