Color Hex Logo

#a009bb Color Hex

#A009BB
(160,9,187)
0 Favorites   0 Comments

Color spaces of #a009bb

RGB 1609187
HSL0.810.910.38
HSV291°95°73°
CMYK 0.140.950.00   0.27
XYZ23.564511.256847.9445
Yxy11.25680.28470.1360
Hunter Lab33.551266.6541-61.2394
CIE-Lab40.009772.6853-55.5878

#a009bb color RGB value is (160,9,187).

#a009bb hex color red value is 160, green value is 9 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a009bb hue: 0.81 , saturation: 0.91 and the lightness value of a009bb is 0.38.

The process color (four color CMYK) of #a009bb color hex is 0.14, 0.95, 0.00, 0.27. Web safe color of #a009bb is #9900cc. Color #a009bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001001 10111011
Octal 240 11 273
Decimal 160 9 187
Hex A0 9 BB

RGB Percentages of Color #a009bb

%44.94
%2.53
%52.53

CMYK Percentages of Color #a009bb

%14
%95
%0
%27

Triadic Colors of #a009bb

#a009bb #bba009 #09bba0

Analogous Colors of #a009bb

#a009bb #bb097d #4709bb

Monochromatic Colors of #a009bb

#a009bb

Complementary Color

#a009bb #24bb09

#a009bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a009bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a009bb Color CSS Codes

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

#a009bb Text Font Color

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

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


#a009bb Background Color

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

This div background color is #a009bb


#a009bb Border Color

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

This div border color is #a009bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a009bb


Comments

No comments written yet.

Please login to write comment.