Color Hex Logo

#a580de Color Hex

#A580DE
(165,128,222)
0 Favorites   0 Comments

Color spaces of #a580de

RGB 165128222
HSL0.730.590.69
HSV264°42°87°
CMYK 0.260.420.00   0.13
XYZ36.421028.711672.7295
Yxy28.71160.26420.2083
Hunter Lab53.583227.5575-42.9672
CIE-Lab60.526333.3137-42.8872

#a580de color RGB value is (165,128,222).

#a580de hex color red value is 165, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a580de hue: 0.73 , saturation: 0.59 and the lightness value of a580de is 0.69.

The process color (four color CMYK) of #a580de color hex is 0.26, 0.42, 0.00, 0.13. Web safe color of #a580de is #9999cc. Color #a580de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 11011110
Octal 245 200 336
Decimal 165 128 222
Hex A5 80 DE

RGB Percentages of Color #a580de

%32.04
%24.85
%43.11

CMYK Percentages of Color #a580de

%26
%42
%0
%13

Triadic Colors of #a580de

#a580de #dea580 #80dea5

Analogous Colors of #a580de

#a580de #d480de #808ade

Monochromatic Colors of #a580de

#a580de

Complementary Color

#a580de #b9de80

#a580de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a580de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a580de Color CSS Codes

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

#a580de Text Font Color

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

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


#a580de Background Color

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

This div background color is #a580de


#a580de Border Color

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

This div border color is #a580de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,128,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a580de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a580de;
  -webkit-box-shadow: 1px 1px 3px 2px #a580de;
  box-shadow:         1px 1px 3px 2px #a580de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,128,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a580de


Comments

No comments written yet.

Please login to write comment.