Color Hex Logo

#a6218b Color Hex

#A6218B
(166,33,139)
0 Favorites   0 Comments

Color spaces of #a6218b

RGB 16633139
HSL0.870.670.39
HSV312°80°65°
CMYK 0.000.800.16   0.35
XYZ20.929911.058825.4575
Yxy11.05880.36430.1925
Hunter Lab33.254854.1485-22.1099
CIE-Lab39.679361.9375-27.2119

#a6218b color RGB value is (166,33,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100001 10001011
Octal 246 41 213
Decimal 166 33 139
Hex A6 21 8B

RGB Percentages of Color #a6218b

%49.11
%9.76
%41.12

CMYK Percentages of Color #a6218b

%0
%80
%16
%35

Triadic Colors of #a6218b

#a6218b #8ba621 #218ba6

Analogous Colors of #a6218b

#a6218b #a62148 #7f21a6

Monochromatic Colors of #a6218b

#a6218b

Complementary Color

#a6218b #21a63c

#a6218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6218b Color CSS Codes

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

#a6218b Text Font Color

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

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


#a6218b Background Color

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

This div background color is #a6218b


#a6218b Border Color

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

This div border color is #a6218b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6218b


Comments

No comments written yet.

Please login to write comment.