Color Hex Logo

#a90bad Color Hex

#A90BAD
(169,11,173)
0 Favorites   0 Comments

Color spaces of #a90bad

RGB 16911173
HSL0.830.880.36
HSV299°94°68°
CMYK 0.020.940.00   0.32
XYZ24.024711.691540.5256
Yxy11.69150.31510.1533
Hunter Lab34.192865.5809-46.3360
CIE-Lab40.721571.6484-46.0686

#a90bad color RGB value is (169,11,173).

#a90bad hex color red value is 169, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a90bad hue: 0.83 , saturation: 0.88 and the lightness value of a90bad is 0.36.

The process color (four color CMYK) of #a90bad color hex is 0.02, 0.94, 0.00, 0.32. Web safe color of #a90bad is #990099. Color #a90bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001011 10101101
Octal 251 13 255
Decimal 169 11 173
Hex A9 B AD

RGB Percentages of Color #a90bad

%47.88
%3.12
%49.01

CMYK Percentages of Color #a90bad

%2
%94
%0
%32

Triadic Colors of #a90bad

#a90bad #ada90b #0bada9

Analogous Colors of #a90bad

#a90bad #ad0b60 #580bad

Monochromatic Colors of #a90bad

#a90bad

Complementary Color

#a90bad #0fad0b

#a90bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90bad Color CSS Codes

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

#a90bad Text Font Color

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

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


#a90bad Background Color

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

This div background color is #a90bad


#a90bad Border Color

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

This div border color is #a90bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90bad


Comments

No comments written yet.

Please login to write comment.