Color Hex Logo

#a60459 Color Hex

#A60459
(166,4,89)
0 Favorites   0 Comments

Color spaces of #a60459

RGB 166489
HSL0.910.950.33
HSV329°98°65°
CMYK 0.000.980.46   0.35
XYZ17.57258.915110.2458
Yxy8.91510.47840.2427
Hunter Lab29.858252.80130.5554
CIE-Lab35.820361.4771-1.6233

#a60459 color RGB value is (166,4,89).

#a60459 hex color red value is 166, green value is 4 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a60459 hue: 0.91 , saturation: 0.95 and the lightness value of a60459 is 0.33.

The process color (four color CMYK) of #a60459 color hex is 0.00, 0.98, 0.46, 0.35. Web safe color of #a60459 is #990066. Color #a60459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000100 01011001
Octal 246 4 131
Decimal 166 4 89
Hex A6 4 59

RGB Percentages of Color #a60459

%64.09
%1.54
%34.36

CMYK Percentages of Color #a60459

%0
%98
%46
%35

Triadic Colors of #a60459

#a60459 #59a604 #0459a6

Analogous Colors of #a60459

#a60459 #a60408 #a204a6

Monochromatic Colors of #a60459

#a60459

Complementary Color

#a60459 #04a651

#a60459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60459 Color CSS Codes

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

#a60459 Text Font Color

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

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


#a60459 Background Color

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

This div background color is #a60459


#a60459 Border Color

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

This div border color is #a60459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60459


Comments

No comments written yet.

Please login to write comment.