Color Hex Logo

#a6076f Color Hex

#A6076F
(166,7,111)
0 Favorites   0 Comments

Color spaces of #a6076f

RGB 1667111
HSL0.890.920.34
HSV321°96°65°
CMYK 0.000.960.33   0.35
XYZ18.67119.406615.8705
Yxy9.40660.42480.2140
Hunter Lab30.670254.9927-9.2109
CIE-Lab36.755663.2618-14.2964

#a6076f color RGB value is (166,7,111).

#a6076f hex color red value is 166, green value is 7 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a6076f hue: 0.89 , saturation: 0.92 and the lightness value of a6076f is 0.34.

The process color (four color CMYK) of #a6076f color hex is 0.00, 0.96, 0.33, 0.35. Web safe color of #a6076f is #990066. Color #a6076f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000111 01101111
Octal 246 7 157
Decimal 166 7 111
Hex A6 7 6F

RGB Percentages of Color #a6076f

%58.45
%2.46
%39.08

CMYK Percentages of Color #a6076f

%0
%96
%33
%35

Triadic Colors of #a6076f

#a6076f #6fa607 #076fa6

Analogous Colors of #a6076f

#a6076f #a60720 #8e07a6

Monochromatic Colors of #a6076f

#a6076f

Complementary Color

#a6076f #07a63e

#a6076f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6076f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6076f Color CSS Codes

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

#a6076f Text Font Color

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

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


#a6076f Background Color

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

This div background color is #a6076f


#a6076f Border Color

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

This div border color is #a6076f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6076f


Comments

No comments written yet.

Please login to write comment.