Color Hex Logo

#57309f Color Hex

#57309F
(87,48,159)
0 Favorites   0 Comments

Color spaces of #57309f

RGB 8748159
HSL0.730.540.41
HSV261°70°62°
CMYK 0.450.700.00   0.38
XYZ11.24546.643333.4905
Yxy6.64330.21890.1293
Hunter Lab25.774632.7736-58.9969
CIE-Lab30.980742.9579-54.0040

#57309f color RGB value is (87,48,159).

#57309f hex color red value is 87, green value is 48 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #57309f hue: 0.73 , saturation: 0.54 and the lightness value of 57309f is 0.41.

The process color (four color CMYK) of #57309f color hex is 0.45, 0.70, 0.00, 0.38. Web safe color of #57309f is #663399. Color #57309f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 10011111
Octal 127 60 237
Decimal 87 48 159
Hex 57 30 9F

RGB Percentages of Color #57309f

%29.59
%16.33
%54.08

CMYK Percentages of Color #57309f

%45
%70
%0
%38

Triadic Colors of #57309f

#57309f #9f5730 #309f57

Analogous Colors of #57309f

#57309f #8f309f #30409f

Monochromatic Colors of #57309f

#57309f

Complementary Color

#57309f #789f30

#57309f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57309f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57309f Color CSS Codes

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

#57309f Text Font Color

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

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


#57309f Background Color

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

This div background color is #57309f


#57309f Border Color

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

This div border color is #57309f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57309f


Comments

No comments written yet.

Please login to write comment.