Color Hex Logo

#580aae Color Hex

#580AAE
(88,10,174)
0 Favorites   0 Comments

Color spaces of #580aae

RGB 8810174
HSL0.750.890.36
HSV269°94°68°
CMYK 0.490.940.00   0.32
XYZ11.77305.347840.4561
Yxy5.34780.20450.0929
Hunter Lab23.125350.4043-87.5360
CIE-Lab27.703560.8638-68.4312

#580aae color RGB value is (88,10,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001010 10101110
Octal 130 12 256
Decimal 88 10 174
Hex 58 A AE

RGB Percentages of Color #580aae

%32.35
%3.68
%63.97

CMYK Percentages of Color #580aae

%49
%94
%0
%32

Triadic Colors of #580aae

#580aae #ae580a #0aae58

Analogous Colors of #580aae

#580aae #aa0aae #0a0eae

Monochromatic Colors of #580aae

#580aae

Complementary Color

#580aae #60ae0a

#580aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#580aae Color CSS Codes

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

#580aae Text Font Color

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

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


#580aae Background Color

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

This div background color is #580aae


#580aae Border Color

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

This div border color is #580aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580aae


Comments

No comments written yet.

Please login to write comment.