Color Hex Logo

#a609bc Color Hex

#A609BC
(166,9,188)
0 Favorites   0 Comments

Color spaces of #a609bc

RGB 1669188
HSL0.810.910.39
HSV293°95°74°
CMYK 0.120.950.00   0.26
XYZ24.900711.933248.5679
Yxy11.93320.29160.1397
Hunter Lab34.544568.2154-59.1778
CIE-Lab41.109873.7717-54.3477

#a609bc color RGB value is (166,9,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 10111100
Octal 246 11 274
Decimal 166 9 188
Hex A6 9 BC

RGB Percentages of Color #a609bc

%45.73
%2.48
%51.79

CMYK Percentages of Color #a609bc

%12
%95
%0
%26

Triadic Colors of #a609bc

#a609bc #bca609 #09bca6

Analogous Colors of #a609bc

#a609bc #bc0979 #4d09bc

Monochromatic Colors of #a609bc

#a609bc

Complementary Color

#a609bc #1fbc09

#a609bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a609bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a609bc Color CSS Codes

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

#a609bc Text Font Color

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

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


#a609bc Background Color

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

This div background color is #a609bc


#a609bc Border Color

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

This div border color is #a609bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,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 #a609bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a609bc


Comments

No comments written yet.

Please login to write comment.