Color Hex Logo

#a6089c Color Hex

#A6089C
(166,8,156)
0 Favorites   0 Comments

Color spaces of #a6089c

RGB 1668156
HSL0.840.910.34
HSV304°95°65°
CMYK 0.000.950.06   0.35
XYZ21.813510.681032.3644
Yxy10.68100.33630.1647
Hunter Lab32.681861.9469-35.8369
CIE-Lab39.037968.8927-38.5818

#a6089c color RGB value is (166,8,156).

#a6089c hex color red value is 166, green value is 8 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a6089c hue: 0.84 , saturation: 0.91 and the lightness value of a6089c is 0.34.

The process color (four color CMYK) of #a6089c color hex is 0.00, 0.95, 0.06, 0.35. Web safe color of #a6089c is #990099. Color #a6089c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001000 10011100
Octal 246 10 234
Decimal 166 8 156
Hex A6 8 9C

RGB Percentages of Color #a6089c

%50.30
%2.42
%47.27

CMYK Percentages of Color #a6089c

%0
%95
%6
%35

Triadic Colors of #a6089c

#a6089c #9ca608 #089ca6

Analogous Colors of #a6089c

#a6089c #a6084d #6108a6

Monochromatic Colors of #a6089c

#a6089c

Complementary Color

#a6089c #08a612

#a6089c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6089c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6089c Color CSS Codes

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

#a6089c Text Font Color

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

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


#a6089c Background Color

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

This div background color is #a6089c


#a6089c Border Color

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

This div border color is #a6089c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6089c


Comments

No comments written yet.

Please login to write comment.