Color Hex Logo

#a6218f Color Hex

#A6218F
(166,33,143)
0 Favorites   0 Comments

Color spaces of #a6218f

RGB 16633143
HSL0.860.670.39
HSV310°80°65°
CMYK 0.000.800.14   0.35
XYZ21.227711.177927.0253
Yxy11.17790.35720.1881
Hunter Lab33.433454.8258-24.5227
CIE-Lab39.878562.5043-29.3476

#a6218f color RGB value is (166,33,143).

#a6218f hex color red value is 166, green value is 33 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a6218f hue: 0.86 , saturation: 0.67 and the lightness value of a6218f is 0.39.

The process color (four color CMYK) of #a6218f color hex is 0.00, 0.80, 0.14, 0.35. Web safe color of #a6218f is #993399. Color #a6218f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100001 10001111
Octal 246 41 217
Decimal 166 33 143
Hex A6 21 8F

RGB Percentages of Color #a6218f

%48.54
%9.65
%41.81

CMYK Percentages of Color #a6218f

%0
%80
%14
%35

Triadic Colors of #a6218f

#a6218f #8fa621 #218fa6

Analogous Colors of #a6218f

#a6218f #a6214d #7b21a6

Monochromatic Colors of #a6218f

#a6218f

Complementary Color

#a6218f #21a638

#a6218f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6218f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6218f Color CSS Codes

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

#a6218f Text Font Color

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

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


#a6218f Background Color

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

This div background color is #a6218f


#a6218f Border Color

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

This div border color is #a6218f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6218f


Comments

No comments written yet.

Please login to write comment.