Color Hex Logo

#a60173 Color Hex

#A60173
(166,1,115)
0 Favorites   0 Comments

Color spaces of #a60173

RGB 1661115
HSL0.880.990.33
HSV319°99°65°
CMYK 0.000.990.31   0.35
XYZ18.83139.366517.0351
Yxy9.36650.41630.2071
Hunter Lab30.604756.2740-11.5785
CIE-Lab36.680664.4143-16.9399

#a60173 color RGB value is (166,1,115).

#a60173 hex color red value is 166, green value is 1 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a60173 hue: 0.88 , saturation: 0.99 and the lightness value of a60173 is 0.33.

The process color (four color CMYK) of #a60173 color hex is 0.00, 0.99, 0.31, 0.35. Web safe color of #a60173 is #990066. Color #a60173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000001 01110011
Octal 246 1 163
Decimal 166 1 115
Hex A6 1 73

RGB Percentages of Color #a60173

%58.87
%0.35
%40.78

CMYK Percentages of Color #a60173

%0
%99
%31
%35

Triadic Colors of #a60173

#a60173 #73a601 #0173a6

Analogous Colors of #a60173

#a60173 #a60120 #8701a6

Monochromatic Colors of #a60173

#a60173

Complementary Color

#a60173 #01a634

#a60173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60173 Color CSS Codes

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

#a60173 Text Font Color

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

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


#a60173 Background Color

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

This div background color is #a60173


#a60173 Border Color

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

This div border color is #a60173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60173


Comments

No comments written yet.

Please login to write comment.