Color Hex Logo

#580d99 Color Hex

#580D99
(88,13,153)
0 Favorites   0 Comments

Color spaces of #580d99

RGB 8813153
HSL0.760.840.33
HSV272°92°60°
CMYK 0.420.920.00   0.40
XYZ9.91824.662530.5142
Yxy4.66250.21990.1034
Hunter Lab21.592844.2027-68.6715
CIE-Lab25.750755.4372-58.8972

#580d99 color RGB value is (88,13,153).

#580d99 hex color red value is 88, green value is 13 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #580d99 hue: 0.76 , saturation: 0.84 and the lightness value of 580d99 is 0.33.

The process color (four color CMYK) of #580d99 color hex is 0.42, 0.92, 0.00, 0.40. Web safe color of #580d99 is #660099. Color #580d99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001101 10011001
Octal 130 15 231
Decimal 88 13 153
Hex 58 D 99

RGB Percentages of Color #580d99

%34.65
%5.12
%60.24

CMYK Percentages of Color #580d99

%42
%92
%0
%40

Triadic Colors of #580d99

#580d99 #99580d #0d9958

Analogous Colors of #580d99

#580d99 #990d94 #120d99

Monochromatic Colors of #580d99

#580d99

Complementary Color

#580d99 #4e990d

#580d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580d99 Color CSS Codes

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

#580d99 Text Font Color

<p style="color:#580d99">Text here</p>

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


#580d99 Background Color

<div style="background-color:#580d99">
Div content here</div>

This div background color is #580d99


#580d99 Border Color

<div style="border:3px solid #580d99">
Div here</div>

This div border color is #580d99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,13,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #580d99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #580d99;
  -webkit-box-shadow: 1px 1px 3px 2px #580d99;
  box-shadow:         1px 1px 3px 2px #580d99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580d99


Comments

No comments written yet.

Please login to write comment.