Color Hex Logo

#a90bac Color Hex

#A90BAC
(169,11,172)
0 Favorites   0 Comments

Color spaces of #a90bac

RGB 16911172
HSL0.830.880.36
HSV299°94°67°
CMYK 0.020.940.00   0.33
XYZ23.928311.652940.0178
Yxy11.65290.31650.1541
Hunter Lab34.136365.3832-45.6098
CIE-Lab40.659171.4944-45.5729

#a90bac color RGB value is (169,11,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001011 10101100
Octal 251 13 254
Decimal 169 11 172
Hex A9 B AC

RGB Percentages of Color #a90bac

%48.01
%3.13
%48.86

CMYK Percentages of Color #a90bac

%2
%94
%0
%33

Triadic Colors of #a90bac

#a90bac #aca90b #0baca9

Analogous Colors of #a90bac

#a90bac #ac0b5f #590bac

Monochromatic Colors of #a90bac

#a90bac

Complementary Color

#a90bac #0eac0b

#a90bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90bac Color CSS Codes

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

#a90bac Text Font Color

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

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


#a90bac Background Color

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

This div background color is #a90bac


#a90bac Border Color

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

This div border color is #a90bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90bac


Comments

No comments written yet.

Please login to write comment.