Color Hex Logo

#57055f Color Hex

#57055F
(87,5,95)
0 Favorites   0 Comments

Color spaces of #57055f

RGB 87595
HSL0.820.900.20
HSV295°95°37°
CMYK 0.080.950.00   0.63
XYZ6.05032.961011.0791
Yxy2.96100.30120.1474
Hunter Lab17.207632.6487-26.1286
CIE-Lab19.887044.9554-31.4967

#57055f color RGB value is (87,5,95).

#57055f hex color red value is 87, green value is 5 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #57055f hue: 0.82 , saturation: 0.90 and the lightness value of 57055f is 0.20.

The process color (four color CMYK) of #57055f color hex is 0.08, 0.95, 0.00, 0.63. Web safe color of #57055f is #660066. Color #57055f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000101 01011111
Octal 127 5 137
Decimal 87 5 95
Hex 57 5 5F

RGB Percentages of Color #57055f

%46.52
%2.67
%50.80

CMYK Percentages of Color #57055f

%8
%95
%0
%63

Triadic Colors of #57055f

#57055f #5f5705 #055f57

Analogous Colors of #57055f

#57055f #5f053a #2a055f

Monochromatic Colors of #57055f

#57055f

Complementary Color

#57055f #0d5f05

#57055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57055f Color CSS Codes

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

#57055f Text Font Color

<p style="color:#57055f">Text here</p>

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


#57055f Background Color

<div style="background-color:#57055f">
Div content here</div>

This div background color is #57055f


#57055f Border Color

<div style="border:3px solid #57055f">
Div here</div>

This div border color is #57055f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,5,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57055f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57055f;
  -webkit-box-shadow: 1px 1px 3px 2px #57055f;
  box-shadow:         1px 1px 3px 2px #57055f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57055f


Comments

No comments written yet.

Please login to write comment.