Color Hex Logo

#a6115a Color Hex

#A6115A
(166,17,90)
0 Favorites   0 Comments

Color spaces of #a6115a

RGB 1661790
HSL0.920.810.36
HSV331°90°65°
CMYK 0.000.900.46   0.35
XYZ17.77189.246110.5209
Yxy9.24610.47340.2463
Hunter Lab30.407451.11250.7710
CIE-Lab36.453959.8190-1.3380

#a6115a color RGB value is (166,17,90).

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

The process color (four color CMYK) of #a6115a color hex is 0.00, 0.90, 0.46, 0.35. Web safe color of #a6115a is #990066. Color #a6115a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010001 01011010
Octal 246 21 132
Decimal 166 17 90
Hex A6 11 5A

RGB Percentages of Color #a6115a

%60.81
%6.23
%32.97

CMYK Percentages of Color #a6115a

%0
%90
%46
%35

Triadic Colors of #a6115a

#a6115a #5aa611 #115aa6

Analogous Colors of #a6115a

#a6115a #a61311 #a611a5

Monochromatic Colors of #a6115a

#a6115a

Complementary Color

#a6115a #11a65d

#a6115a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6115a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6115a Color CSS Codes

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

#a6115a Text Font Color

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

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


#a6115a Background Color

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

This div background color is #a6115a


#a6115a Border Color

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

This div border color is #a6115a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6115a


Comments

No comments written yet.

Please login to write comment.