Color Hex Logo

#a6489f Color Hex

#A6489F
(166,72,159)
0 Favorites   0 Comments

Color spaces of #a6489f

RGB 16672159
HSL0.850.390.47
HSV304°57°65°
CMYK 0.000.570.04   0.35
XYZ24.301315.244934.4626
Yxy15.24490.32840.2060
Hunter Lab39.044742.7695-25.0007
CIE-Lab45.967850.2438-29.4579

#a6489f color RGB value is (166,72,159).

#a6489f hex color red value is 166, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a6489f hue: 0.85 , saturation: 0.39 and the lightness value of a6489f is 0.47.

The process color (four color CMYK) of #a6489f color hex is 0.00, 0.57, 0.04, 0.35. Web safe color of #a6489f is #993399. Color #a6489f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001000 10011111
Octal 246 110 237
Decimal 166 72 159
Hex A6 48 9F

RGB Percentages of Color #a6489f

%41.81
%18.14
%40.05

CMYK Percentages of Color #a6489f

%0
%57
%4
%35

Triadic Colors of #a6489f

#a6489f #9fa648 #489fa6

Analogous Colors of #a6489f

#a6489f #a64870 #7e48a6

Monochromatic Colors of #a6489f

#a6489f

Complementary Color

#a6489f #48a64f

#a6489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6489f Color CSS Codes

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

#a6489f Text Font Color

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

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


#a6489f Background Color

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

This div background color is #a6489f


#a6489f Border Color

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

This div border color is #a6489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6489f


Comments

No comments written yet.

Please login to write comment.