Color Hex Logo

#a909bc Color Hex

#A909BC
(169,9,188)
0 Favorites   0 Comments

Color spaces of #a909bc

RGB 1699188
HSL0.820.910.39
HSV294°95°74°
CMYK 0.100.950.00   0.26
XYZ25.537012.261248.5977
Yxy12.26120.29560.1419
Hunter Lab35.016068.9012-57.7757
CIE-Lab41.628374.2390-53.4850

#a909bc color RGB value is (169,9,188).

#a909bc hex color red value is 169, green value is 9 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a909bc hue: 0.82 , saturation: 0.91 and the lightness value of a909bc is 0.39.

The process color (four color CMYK) of #a909bc color hex is 0.10, 0.95, 0.00, 0.26. Web safe color of #a909bc is #9900cc. Color #a909bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001001 10111100
Octal 251 11 274
Decimal 169 9 188
Hex A9 9 BC

RGB Percentages of Color #a909bc

%46.17
%2.46
%51.37

CMYK Percentages of Color #a909bc

%10
%95
%0
%26

Triadic Colors of #a909bc

#a909bc #bca909 #09bca9

Analogous Colors of #a909bc

#a909bc #bc0976 #5009bc

Monochromatic Colors of #a909bc

#a909bc

Complementary Color

#a909bc #1cbc09

#a909bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a909bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a909bc Color CSS Codes

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

#a909bc Text Font Color

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

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


#a909bc Background Color

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

This div background color is #a909bc


#a909bc Border Color

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

This div border color is #a909bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a909bc


Comments

No comments written yet.

Please login to write comment.