Color Hex Logo

#580bac Color Hex

#580BAC
(88,11,172)
0 Favorites   0 Comments

Color spaces of #580bac

RGB 8811172
HSL0.750.880.36
HSV269°94°67°
CMYK 0.490.940.00   0.33
XYZ11.59065.292639.4404
Yxy5.29260.20580.0940
Hunter Lab23.005749.6711-85.5416
CIE-Lab27.552660.2203-67.4778

#580bac color RGB value is (88,11,172).

#580bac hex color red value is 88, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #580bac hue: 0.75 , saturation: 0.88 and the lightness value of 580bac is 0.36.

The process color (four color CMYK) of #580bac color hex is 0.49, 0.94, 0.00, 0.33. Web safe color of #580bac is #660099. Color #580bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001011 10101100
Octal 130 13 254
Decimal 88 11 172
Hex 58 B AC

RGB Percentages of Color #580bac

%32.47
%4.06
%63.47

CMYK Percentages of Color #580bac

%49
%94
%0
%33

Triadic Colors of #580bac

#580bac #ac580b #0bac58

Analogous Colors of #580bac

#580bac #a90bac #0b0fac

Monochromatic Colors of #580bac

#580bac

Complementary Color

#580bac #5fac0b

#580bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#580bac Color CSS Codes

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

#580bac Text Font Color

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

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


#580bac Background Color

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

This div background color is #580bac


#580bac Border Color

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

This div border color is #580bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580bac


Comments

No comments written yet.

Please login to write comment.