Color Hex Logo

#a6114a Color Hex

#A6114A
(166,17,74)
0 Favorites   0 Comments

Color spaces of #a6114a

RGB 1661774
HSL0.940.810.36
HSV337°90°65°
CMYK 0.000.900.55   0.35
XYZ17.16249.00237.3116
Yxy9.00230.51270.2689
Hunter Lab30.003849.59656.5544
CIE-Lab35.988758.51798.3438

#a6114a color RGB value is (166,17,74).

#a6114a hex color red value is 166, green value is 17 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a6114a hue: 0.94 , saturation: 0.81 and the lightness value of a6114a is 0.36.

The process color (four color CMYK) of #a6114a color hex is 0.00, 0.90, 0.55, 0.35. Web safe color of #a6114a is #990033. Color #a6114a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010001 01001010
Octal 246 21 112
Decimal 166 17 74
Hex A6 11 4A

RGB Percentages of Color #a6114a

%64.59
%6.61
%28.79

CMYK Percentages of Color #a6114a

%0
%90
%55
%35

Triadic Colors of #a6114a

#a6114a #4aa611 #114aa6

Analogous Colors of #a6114a

#a6114a #a62311 #a61195

Monochromatic Colors of #a6114a

#a6114a

Complementary Color

#a6114a #11a66d

#a6114a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6114a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6114a Color CSS Codes

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

#a6114a Text Font Color

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

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


#a6114a Background Color

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

This div background color is #a6114a


#a6114a Border Color

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

This div border color is #a6114a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6114a


Comments

No comments written yet.

Please login to write comment.