Color Hex Logo

#580aac Color Hex

#580AAC
(88,10,172)
0 Favorites   0 Comments

Color spaces of #580aac

RGB 8810172
HSL0.750.890.36
HSV269°94°67°
CMYK 0.490.940.00   0.33
XYZ11.57945.270339.4367
Yxy5.27030.20570.0936
Hunter Lab22.957149.8590-85.7808
CIE-Lab27.491460.4045-67.5790

#580aac color RGB value is (88,10,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001010 10101100
Octal 130 12 254
Decimal 88 10 172
Hex 58 A AC

RGB Percentages of Color #580aac

%32.59
%3.70
%63.70

CMYK Percentages of Color #580aac

%49
%94
%0
%33

Triadic Colors of #580aac

#580aac #ac580a #0aac58

Analogous Colors of #580aac

#580aac #a90aac #0a0dac

Monochromatic Colors of #580aac

#580aac

Complementary Color

#580aac #5eac0a

#580aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#580aac Color CSS Codes

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

#580aac Text Font Color

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

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


#580aac Background Color

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

This div background color is #580aac


#580aac Border Color

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

This div border color is #580aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,10,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 #580aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580aac


Comments

No comments written yet.

Please login to write comment.