Color Hex Logo

#a6126b Color Hex

#A6126B
(166,18,107)
0 Favorites   0 Comments

Color spaces of #a6126b

RGB 16618107
HSL0.900.800.36
HSV324°89°65°
CMYK 0.000.890.36   0.35
XYZ18.59609.601114.7830
Yxy9.60110.43270.2234
Hunter Lab30.985652.9017-6.5968
CIE-Lab37.116861.3150-11.2125

#a6126b color RGB value is (166,18,107).

#a6126b hex color red value is 166, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a6126b hue: 0.90 , saturation: 0.80 and the lightness value of a6126b is 0.36.

The process color (four color CMYK) of #a6126b color hex is 0.00, 0.89, 0.36, 0.35. Web safe color of #a6126b is #990066. Color #a6126b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010010 01101011
Octal 246 22 153
Decimal 166 18 107
Hex A6 12 6B

RGB Percentages of Color #a6126b

%57.04
%6.19
%36.77

CMYK Percentages of Color #a6126b

%0
%89
%36
%35

Triadic Colors of #a6126b

#a6126b #6ba612 #126ba6

Analogous Colors of #a6126b

#a6126b #a61221 #9712a6

Monochromatic Colors of #a6126b

#a6126b

Complementary Color

#a6126b #12a64d

#a6126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6126b Color CSS Codes

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

#a6126b Text Font Color

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

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


#a6126b Background Color

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

This div background color is #a6126b


#a6126b Border Color

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

This div border color is #a6126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6126b


Comments

No comments written yet.

Please login to write comment.