Color Hex Logo

#57086e Color Hex

#57086E
(87,8,110)
0 Favorites   0 Comments

Color spaces of #57086e

RGB 878110
HSL0.800.860.23
HSV286°93°43°
CMYK 0.210.930.00   0.57
XYZ6.83183.325715.0337
Yxy3.32570.27120.1320
Hunter Lab18.236534.9562-36.1116
CIE-Lab21.303747.0990-39.0542

#57086e color RGB value is (87,8,110).

#57086e hex color red value is 87, green value is 8 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #57086e hue: 0.80 , saturation: 0.86 and the lightness value of 57086e is 0.23.

The process color (four color CMYK) of #57086e color hex is 0.21, 0.93, 0.00, 0.57. Web safe color of #57086e is #660066. Color #57086e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001000 01101110
Octal 127 10 156
Decimal 87 8 110
Hex 57 8 6E

RGB Percentages of Color #57086e

%42.44
%3.90
%53.66

CMYK Percentages of Color #57086e

%21
%93
%0
%57

Triadic Colors of #57086e

#57086e #6e5708 #086e57

Analogous Colors of #57086e

#57086e #6e0852 #24086e

Monochromatic Colors of #57086e

#57086e

Complementary Color

#57086e #1f6e08

#57086e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57086e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57086e Color CSS Codes

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

#57086e Text Font Color

<p style="color:#57086e">Text here</p>

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


#57086e Background Color

<div style="background-color:#57086e">
Div content here</div>

This div background color is #57086e


#57086e Border Color

<div style="border:3px solid #57086e">
Div here</div>

This div border color is #57086e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,8,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57086e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57086e;
  -webkit-box-shadow: 1px 1px 3px 2px #57086e;
  box-shadow:         1px 1px 3px 2px #57086e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57086e


Comments

No comments written yet.

Please login to write comment.