Color Hex Logo

#58208c Color Hex

#58208C
(88,32,140)
0 Favorites   0 Comments

Color spaces of #58208c

RGB 8832140
HSL0.750.630.34
HSV271°77°55°
CMYK 0.370.770.00   0.45
XYZ9.27465.001225.2874
Yxy5.00120.23440.1264
Hunter Lab22.363434.8922-51.3879
CIE-Lab26.738245.9750-49.2492

#58208c color RGB value is (88,32,140).

#58208c hex color red value is 88, green value is 32 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #58208c hue: 0.75 , saturation: 0.63 and the lightness value of 58208c is 0.34.

The process color (four color CMYK) of #58208c color hex is 0.37, 0.77, 0.00, 0.45. Web safe color of #58208c is #663399. Color #58208c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100000 10001100
Octal 130 40 214
Decimal 88 32 140
Hex 58 20 8C

RGB Percentages of Color #58208c

%33.85
%12.31
%53.85

CMYK Percentages of Color #58208c

%37
%77
%0
%45

Triadic Colors of #58208c

#58208c #8c5820 #208c58

Analogous Colors of #58208c

#58208c #8c208a #22208c

Monochromatic Colors of #58208c

#58208c

Complementary Color

#58208c #548c20

#58208c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58208c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58208c Color CSS Codes

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

#58208c Text Font Color

<p style="color:#58208c">Text here</p>

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


#58208c Background Color

<div style="background-color:#58208c">
Div content here</div>

This div background color is #58208c


#58208c Border Color

<div style="border:3px solid #58208c">
Div here</div>

This div border color is #58208c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58208c


Comments

No comments written yet.

Please login to write comment.