Color Hex Logo

#580f8a Color Hex

#580F8A
(88,15,138)
0 Favorites   0 Comments

Color spaces of #580f8a

RGB 8815138
HSL0.770.800.30
HSV276°89°54°
CMYK 0.360.890.00   0.46
XYZ8.78284.251324.4024
Yxy4.25130.23460.1136
Hunter Lab20.618739.9517-55.7372
CIE-Lab24.485451.5424-51.6820

#580f8a color RGB value is (88,15,138).

#580f8a hex color red value is 88, green value is 15 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #580f8a hue: 0.77 , saturation: 0.80 and the lightness value of 580f8a is 0.30.

The process color (four color CMYK) of #580f8a color hex is 0.36, 0.89, 0.00, 0.46. Web safe color of #580f8a is #660099. Color #580f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001111 10001010
Octal 130 17 212
Decimal 88 15 138
Hex 58 F 8A

RGB Percentages of Color #580f8a

%36.51
%6.22
%57.26

CMYK Percentages of Color #580f8a

%36
%89
%0
%46

Triadic Colors of #580f8a

#580f8a #8a580f #0f8a58

Analogous Colors of #580f8a

#580f8a #8a0f7f #1a0f8a

Monochromatic Colors of #580f8a

#580f8a

Complementary Color

#580f8a #418a0f

#580f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#580f8a Color CSS Codes

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

#580f8a Text Font Color

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

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


#580f8a Background Color

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

This div background color is #580f8a


#580f8a Border Color

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

This div border color is #580f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580f8a


Comments

No comments written yet.

Please login to write comment.