Color Hex Logo

#a009de Color Hex

#A009DE
(160,9,222)
0 Favorites   0 Comments

Color spaces of #a009de

RGB 1609222
HSL0.780.920.45
HSV283°96°87°
CMYK 0.280.960.00   0.13
XYZ27.779712.942970.1413
Yxy12.94290.25060.1167
Hunter Lab35.976274.8735-90.4117
CIE-Lab42.677178.8994-71.5627

#a009de color RGB value is (160,9,222).

#a009de hex color red value is 160, green value is 9 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a009de hue: 0.78 , saturation: 0.92 and the lightness value of a009de is 0.45.

The process color (four color CMYK) of #a009de color hex is 0.28, 0.96, 0.00, 0.13. Web safe color of #a009de is #9900cc. Color #a009de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001001 11011110
Octal 240 11 336
Decimal 160 9 222
Hex A0 9 DE

RGB Percentages of Color #a009de

%40.92
%2.30
%56.78

CMYK Percentages of Color #a009de

%28
%96
%0
%13

Triadic Colors of #a009de

#a009de #dea009 #09dea0

Analogous Colors of #a009de

#a009de #de09b2 #3509de

Monochromatic Colors of #a009de

#a009de

Complementary Color

#a009de #47de09

#a009de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a009de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a009de Color CSS Codes

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

#a009de Text Font Color

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

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


#a009de Background Color

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

This div background color is #a009de


#a009de Border Color

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

This div border color is #a009de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,9,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 #a009de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a009de


Comments

No comments written yet.

Please login to write comment.