Color Hex Logo

#a90bdd Color Hex

#A90BDD
(169,11,221)
0 Favorites   0 Comments

Color spaces of #a90bdd

RGB 16911221
HSL0.790.910.45
HSV285°95°87°
CMYK 0.240.950.00   0.13
XYZ29.533013.894869.5320
Yxy13.89480.26140.1230
Hunter Lab37.275776.1903-84.5031
CIE-Lab44.081779.6840-68.6393

#a90bdd color RGB value is (169,11,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001011 11011101
Octal 251 13 335
Decimal 169 11 221
Hex A9 B DD

RGB Percentages of Color #a90bdd

%42.14
%2.74
%55.11

CMYK Percentages of Color #a90bdd

%24
%95
%0
%13

Triadic Colors of #a90bdd

#a90bdd #dda90b #0bdda9

Analogous Colors of #a90bdd

#a90bdd #dd0ba8 #400bdd

Monochromatic Colors of #a90bdd

#a90bdd

Complementary Color

#a90bdd #3fdd0b

#a90bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90bdd Color CSS Codes

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

#a90bdd Text Font Color

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

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


#a90bdd Background Color

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

This div background color is #a90bdd


#a90bdd Border Color

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

This div border color is #a90bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90bdd


Comments

No comments written yet.

Please login to write comment.