Color Hex Logo

#a6125f Color Hex

#A6125F
(166,18,95)
0 Favorites   0 Comments

Color spaces of #a6125f

RGB 1661895
HSL0.910.800.36
HSV329°89°65°
CMYK 0.000.890.43   0.35
XYZ18.00779.365811.6851
Yxy9.36580.46100.2398
Hunter Lab30.603651.4763-1.2157
CIE-Lab36.679360.1070-4.2168

#a6125f color RGB value is (166,18,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010010 01011111
Octal 246 22 137
Decimal 166 18 95
Hex A6 12 5F

RGB Percentages of Color #a6125f

%59.50
%6.45
%34.05

CMYK Percentages of Color #a6125f

%0
%89
%43
%35

Triadic Colors of #a6125f

#a6125f #5fa612 #125fa6

Analogous Colors of #a6125f

#a6125f #a61215 #a312a6

Monochromatic Colors of #a6125f

#a6125f

Complementary Color

#a6125f #12a659

#a6125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6125f Color CSS Codes

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

#a6125f Text Font Color

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

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


#a6125f Background Color

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

This div background color is #a6125f


#a6125f Border Color

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

This div border color is #a6125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6125f


Comments

No comments written yet.

Please login to write comment.