Color Hex Logo

#a00bdd Color Hex

#A00BDD
(160,11,221)
0 Favorites   0 Comments

Color spaces of #a00bdd

RGB 16011221
HSL0.780.910.45
HSV283°95°87°
CMYK 0.280.950.00   0.13
XYZ27.668012.933469.4447
Yxy12.93340.25140.1175
Hunter Lab35.963074.3929-89.3150
CIE-Lab42.662778.5159-71.0137

#a00bdd color RGB value is (160,11,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001011 11011101
Octal 240 13 335
Decimal 160 11 221
Hex A0 B DD

RGB Percentages of Color #a00bdd

%40.82
%2.81
%56.38

CMYK Percentages of Color #a00bdd

%28
%95
%0
%13

Triadic Colors of #a00bdd

#a00bdd #dda00b #0bdda0

Analogous Colors of #a00bdd

#a00bdd #dd0bb1 #370bdd

Monochromatic Colors of #a00bdd

#a00bdd

Complementary Color

#a00bdd #48dd0b

#a00bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00bdd Color CSS Codes

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

#a00bdd Text Font Color

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

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


#a00bdd Background Color

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

This div background color is #a00bdd


#a00bdd Border Color

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

This div border color is #a00bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,11,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00bdd


Comments

No comments written yet.

Please login to write comment.