Color Hex Logo

#58207f Color Hex

#58207F
(88,32,127)
0 Favorites   0 Comments

Color spaces of #58207f

RGB 8832127
HSL0.760.600.31
HSV275°75°50°
CMYK 0.310.750.00   0.50
XYZ8.37184.640020.5330
Yxy4.64000.24960.1383
Hunter Lab21.540731.6781-41.4380
CIE-Lab25.683542.7957-42.8224

#58207f color RGB value is (88,32,127).

#58207f hex color red value is 88, green value is 32 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #58207f hue: 0.76 , saturation: 0.60 and the lightness value of 58207f is 0.31.

The process color (four color CMYK) of #58207f color hex is 0.31, 0.75, 0.00, 0.50. Web safe color of #58207f is #663366. Color #58207f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100000 01111111
Octal 130 40 177
Decimal 88 32 127
Hex 58 20 7F

RGB Percentages of Color #58207f

%35.63
%12.96
%51.42

CMYK Percentages of Color #58207f

%31
%75
%0
%50

Triadic Colors of #58207f

#58207f #7f5820 #207f58

Analogous Colors of #58207f

#58207f #7f2077 #29207f

Monochromatic Colors of #58207f

#58207f

Complementary Color

#58207f #477f20

#58207f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58207f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58207f Color CSS Codes

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

#58207f Text Font Color

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

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


#58207f Background Color

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

This div background color is #58207f


#58207f Border Color

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

This div border color is #58207f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,32,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58207f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58207f;
  -webkit-box-shadow: 1px 1px 3px 2px #58207f;
  box-shadow:         1px 1px 3px 2px #58207f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,32,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58207f


Comments

No comments written yet.

Please login to write comment.