Color Hex Logo

#a6109b Color Hex

#A6109B
(166,16,155)
0 Favorites   0 Comments

Color spaces of #a6109b

RGB 16616155
HSL0.850.820.36
HSV304°90°65°
CMYK 0.000.900.07   0.35
XYZ21.827610.844131.9530
Yxy10.84410.33780.1678
Hunter Lab32.930460.6889-34.4790
CIE-Lab39.316667.7573-37.5333

#a6109b color RGB value is (166,16,155).

#a6109b hex color red value is 166, green value is 16 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a6109b hue: 0.85 , saturation: 0.82 and the lightness value of a6109b is 0.36.

The process color (four color CMYK) of #a6109b color hex is 0.00, 0.90, 0.07, 0.35. Web safe color of #a6109b is #990099. Color #a6109b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010000 10011011
Octal 246 20 233
Decimal 166 16 155
Hex A6 10 9B

RGB Percentages of Color #a6109b

%49.26
%4.75
%45.99

CMYK Percentages of Color #a6109b

%0
%90
%7
%35

Triadic Colors of #a6109b

#a6109b #9ba610 #109ba6

Analogous Colors of #a6109b

#a6109b #a61050 #6610a6

Monochromatic Colors of #a6109b

#a6109b

Complementary Color

#a6109b #10a61b

#a6109b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6109b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6109b Color CSS Codes

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

#a6109b Text Font Color

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

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


#a6109b Background Color

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

This div background color is #a6109b


#a6109b Border Color

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

This div border color is #a6109b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6109b


Comments

No comments written yet.

Please login to write comment.