Color Hex Logo

#57106d Color Hex

#57106D
(87,16,109)
0 Favorites   0 Comments

Color spaces of #57106d

RGB 8716109
HSL0.790.740.25
HSV286°85°43°
CMYK 0.200.850.00   0.57
XYZ6.87613.500914.7813
Yxy3.50090.27330.1392
Hunter Lab18.710732.8543-33.7412
CIE-Lab21.947644.7720-37.3623

#57106d color RGB value is (87,16,109).

#57106d hex color red value is 87, green value is 16 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #57106d hue: 0.79 , saturation: 0.74 and the lightness value of 57106d is 0.25.

The process color (four color CMYK) of #57106d color hex is 0.20, 0.85, 0.00, 0.57. Web safe color of #57106d is #660066. Color #57106d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010000 01101101
Octal 127 20 155
Decimal 87 16 109
Hex 57 10 6D

RGB Percentages of Color #57106d

%41.04
%7.55
%51.42

CMYK Percentages of Color #57106d

%20
%85
%0
%57

Triadic Colors of #57106d

#57106d #6d5710 #106d57

Analogous Colors of #57106d

#57106d #6d1054 #29106d

Monochromatic Colors of #57106d

#57106d

Complementary Color

#57106d #266d10

#57106d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57106d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57106d Color CSS Codes

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

#57106d Text Font Color

<p style="color:#57106d">Text here</p>

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


#57106d Background Color

<div style="background-color:#57106d">
Div content here</div>

This div background color is #57106d


#57106d Border Color

<div style="border:3px solid #57106d">
Div here</div>

This div border color is #57106d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,16,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57106d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57106d;
  -webkit-box-shadow: 1px 1px 3px 2px #57106d;
  box-shadow:         1px 1px 3px 2px #57106d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57106d


Comments

No comments written yet.

Please login to write comment.