Color Hex Logo

#57255f Color Hex

#57255F
(87,37,95)
0 Favorites   0 Comments

Color spaces of #57255f

RGB 873795
HSL0.810.440.26
HSV292°61°37°
CMYK 0.080.610.00   0.63
XYZ6.65764.175611.2815
Yxy4.17560.30100.1888
Hunter Lab20.434322.3963-18.4292
CIE-Lab24.243732.6446-24.5504

#57255f color RGB value is (87,37,95).

#57255f hex color red value is 87, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #57255f hue: 0.81 , saturation: 0.44 and the lightness value of 57255f is 0.26.

The process color (four color CMYK) of #57255f color hex is 0.08, 0.61, 0.00, 0.63. Web safe color of #57255f is #663366. Color #57255f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100101 01011111
Octal 127 45 137
Decimal 87 37 95
Hex 57 25 5F

RGB Percentages of Color #57255f

%39.73
%16.89
%43.38

CMYK Percentages of Color #57255f

%8
%61
%0
%63

Triadic Colors of #57255f

#57255f #5f5725 #255f57

Analogous Colors of #57255f

#57255f #5f254a #3a255f

Monochromatic Colors of #57255f

#57255f

Complementary Color

#57255f #2d5f25

#57255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57255f Color CSS Codes

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

#57255f Text Font Color

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

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


#57255f Background Color

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

This div background color is #57255f


#57255f Border Color

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

This div border color is #57255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57255f


Comments

No comments written yet.

Please login to write comment.