Color Hex Logo

#a609ba Color Hex

#A609BA
(166,9,186)
0 Favorites   0 Comments

Color spaces of #a609ba

RGB 1669186
HSL0.810.910.38
HSV293°95°73°
CMYK 0.110.950.00   0.27
XYZ24.686511.847547.4401
Yxy11.84750.29400.1411
Hunter Lab34.420267.7866-57.6231
CIE-Lab40.972773.4424-53.3919

#a609ba color RGB value is (166,9,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 10111010
Octal 246 11 272
Decimal 166 9 186
Hex A6 9 BA

RGB Percentages of Color #a609ba

%45.98
%2.49
%51.52

CMYK Percentages of Color #a609ba

%11
%95
%0
%27

Triadic Colors of #a609ba

#a609ba #baa609 #09baa6

Analogous Colors of #a609ba

#a609ba #ba0976 #4e09ba

Monochromatic Colors of #a609ba

#a609ba

Complementary Color

#a609ba #1dba09

#a609ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a609ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a609ba Color CSS Codes

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

#a609ba Text Font Color

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

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


#a609ba Background Color

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

This div background color is #a609ba


#a609ba Border Color

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

This div border color is #a609ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a609ba


Comments

No comments written yet.

Please login to write comment.