Color Hex Logo

#a6208d Color Hex

#A6208D
(166,32,141)
0 Favorites   0 Comments

Color spaces of #a6208d

RGB 16632141
HSL0.860.680.39
HSV311°81°65°
CMYK 0.000.810.15   0.35
XYZ21.050111.063126.2252
Yxy11.06310.36080.1896
Hunter Lab33.261254.7604-23.4650
CIE-Lab39.686562.4833-28.4257

#a6208d color RGB value is (166,32,141).

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

The process color (four color CMYK) of #a6208d color hex is 0.00, 0.81, 0.15, 0.35. Web safe color of #a6208d is #993399. Color #a6208d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100000 10001101
Octal 246 40 215
Decimal 166 32 141
Hex A6 20 8D

RGB Percentages of Color #a6208d

%48.97
%9.44
%41.59

CMYK Percentages of Color #a6208d

%0
%81
%15
%35

Triadic Colors of #a6208d

#a6208d #8da620 #208da6

Analogous Colors of #a6208d

#a6208d #a6204a #7c20a6

Monochromatic Colors of #a6208d

#a6208d

Complementary Color

#a6208d #20a639

#a6208d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6208d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6208d Color CSS Codes

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

#a6208d Text Font Color

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

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


#a6208d Background Color

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

This div background color is #a6208d


#a6208d Border Color

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

This div border color is #a6208d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6208d


Comments

No comments written yet.

Please login to write comment.