Color Hex Logo

#a00dde Color Hex

#A00DDE
(160,13,222)
0 Favorites   0 Comments

Color spaces of #a00dde

RGB 16013222
HSL0.780.890.46
HSV282°94°87°
CMYK 0.280.940.00   0.13
XYZ27.825913.035470.1567
Yxy13.03540.25060.1174
Hunter Lab36.104674.3875-89.9363
CIE-Lab42.816578.4821-71.3349

#a00dde color RGB value is (160,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001101 11011110
Octal 240 15 336
Decimal 160 13 222
Hex A0 D DE

RGB Percentages of Color #a00dde

%40.51
%3.29
%56.20

CMYK Percentages of Color #a00dde

%28
%94
%0
%13

Triadic Colors of #a00dde

#a00dde #dea00d #0ddea0

Analogous Colors of #a00dde

#a00dde #de0db4 #370dde

Monochromatic Colors of #a00dde

#a00dde

Complementary Color

#a00dde #4bde0d

#a00dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00dde Color CSS Codes

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

#a00dde Text Font Color

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

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


#a00dde Background Color

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

This div background color is #a00dde


#a00dde Border Color

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

This div border color is #a00dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00dde


Comments

No comments written yet.

Please login to write comment.