Color Hex Logo

#57258f Color Hex

#57258F
(87,37,143)
0 Favorites   0 Comments

Color spaces of #57258f

RGB 8737143
HSL0.750.590.35
HSV268°74°56°
CMYK 0.390.740.00   0.44
XYZ9.55005.332526.5125
Yxy5.33250.23070.1288
Hunter Lab23.092233.4090-51.9072
CIE-Lab27.661844.2502-49.6108

#57258f color RGB value is (87,37,143).

#57258f hex color red value is 87, green value is 37 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #57258f hue: 0.75 , saturation: 0.59 and the lightness value of 57258f is 0.35.

The process color (four color CMYK) of #57258f color hex is 0.39, 0.74, 0.00, 0.44. Web safe color of #57258f is #663399. Color #57258f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100101 10001111
Octal 127 45 217
Decimal 87 37 143
Hex 57 25 8F

RGB Percentages of Color #57258f

%32.58
%13.86
%53.56

CMYK Percentages of Color #57258f

%39
%74
%0
%44

Triadic Colors of #57258f

#57258f #8f5725 #258f57

Analogous Colors of #57258f

#57258f #8c258f #25288f

Monochromatic Colors of #57258f

#57258f

Complementary Color

#57258f #5d8f25

#57258f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57258f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57258f Color CSS Codes

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

#57258f Text Font Color

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

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


#57258f Background Color

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

This div background color is #57258f


#57258f Border Color

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

This div border color is #57258f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57258f


Comments

No comments written yet.

Please login to write comment.