Color Hex Logo

#580daa Color Hex

#580DAA
(88,13,170)
0 Favorites   0 Comments

Color spaces of #580daa

RGB 8813170
HSL0.750.860.36
HSV269°92°67°
CMYK 0.480.920.00   0.33
XYZ11.42415.264838.4443
Yxy5.26480.20720.0955
Hunter Lab22.945248.7189-83.2780
CIE-Lab27.476259.3566-66.3990

#580daa color RGB value is (88,13,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001101 10101010
Octal 130 15 252
Decimal 88 13 170
Hex 58 D AA

RGB Percentages of Color #580daa

%32.47
%4.80
%62.73

CMYK Percentages of Color #580daa

%48
%92
%0
%33

Triadic Colors of #580daa

#580daa #aa580d #0daa58

Analogous Colors of #580daa

#580daa #a70daa #0d11aa

Monochromatic Colors of #580daa

#580daa

Complementary Color

#580daa #5faa0d

#580daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#580daa Color CSS Codes

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

#580daa Text Font Color

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

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


#580daa Background Color

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

This div background color is #580daa


#580daa Border Color

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

This div border color is #580daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580daa


Comments

No comments written yet.

Please login to write comment.