Color Hex Logo

#a6125e Color Hex

#A6125E
(166,18,94)
0 Favorites   0 Comments

Color spaces of #a6125e

RGB 1661894
HSL0.910.800.36
HSV329°89°65°
CMYK 0.000.890.43   0.35
XYZ17.96269.347811.4472
Yxy9.34780.46350.2412
Hunter Lab30.574251.3655-0.7967
CIE-Lab36.645560.0127-3.6256

#a6125e color RGB value is (166,18,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010010 01011110
Octal 246 22 136
Decimal 166 18 94
Hex A6 12 5E

RGB Percentages of Color #a6125e

%59.71
%6.47
%33.81

CMYK Percentages of Color #a6125e

%0
%89
%43
%35

Triadic Colors of #a6125e

#a6125e #5ea612 #125ea6

Analogous Colors of #a6125e

#a6125e #a61214 #a412a6

Monochromatic Colors of #a6125e

#a6125e

Complementary Color

#a6125e #12a65a

#a6125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6125e Color CSS Codes

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

#a6125e Text Font Color

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

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


#a6125e Background Color

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

This div background color is #a6125e


#a6125e Border Color

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

This div border color is #a6125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6125e


Comments

No comments written yet.

Please login to write comment.