Color Hex Logo

#580eaa Color Hex

#580EAA
(88,14,170)
0 Favorites   0 Comments

Color spaces of #580eaa

RGB 8814170
HSL0.750.850.36
HSV268°92°67°
CMYK 0.480.920.00   0.33
XYZ11.43725.291138.4487
Yxy5.29110.20730.0959
Hunter Lab23.002448.4992-83.0021
CIE-Lab27.548559.1394-66.2798

#580eaa color RGB value is (88,14,170).

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

The process color (four color CMYK) of #580eaa color hex is 0.48, 0.92, 0.00, 0.33. Web safe color of #580eaa is #660099. Color #580eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001110 10101010
Octal 130 16 252
Decimal 88 14 170
Hex 58 E AA

RGB Percentages of Color #580eaa

%32.35
%5.15
%62.50

CMYK Percentages of Color #580eaa

%48
%92
%0
%33

Triadic Colors of #580eaa

#580eaa #aa580e #0eaa58

Analogous Colors of #580eaa

#580eaa #a60eaa #0e12aa

Monochromatic Colors of #580eaa

#580eaa

Complementary Color

#580eaa #60aa0e

#580eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#580eaa Color CSS Codes

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

#580eaa Text Font Color

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

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


#580eaa Background Color

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

This div background color is #580eaa


#580eaa Border Color

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

This div border color is #580eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580eaa


Comments

No comments written yet.

Please login to write comment.