Color Hex Logo

#a61560 Color Hex

#A61560
(166,21,96)
0 Favorites   0 Comments

Color spaces of #a61560

RGB 1662196
HSL0.910.780.37
HSV329°87°65°
CMYK 0.000.870.42   0.35
XYZ18.10549.487811.9434
Yxy9.48780.45790.2400
Hunter Lab30.802351.0173-1.4278
CIE-Lab36.907059.6438-4.5194

#a61560 color RGB value is (166,21,96).

#a61560 hex color red value is 166, green value is 21 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a61560 hue: 0.91 , saturation: 0.78 and the lightness value of a61560 is 0.37.

The process color (four color CMYK) of #a61560 color hex is 0.00, 0.87, 0.42, 0.35. Web safe color of #a61560 is #990066. Color #a61560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010101 01100000
Octal 246 25 140
Decimal 166 21 96
Hex A6 15 60

RGB Percentages of Color #a61560

%58.66
%7.42
%33.92

CMYK Percentages of Color #a61560

%0
%87
%42
%35

Triadic Colors of #a61560

#a61560 #60a615 #1560a6

Analogous Colors of #a61560

#a61560 #a61518 #a415a6

Monochromatic Colors of #a61560

#a61560

Complementary Color

#a61560 #15a65b

#a61560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61560 Color CSS Codes

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

#a61560 Text Font Color

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

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


#a61560 Background Color

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

This div background color is #a61560


#a61560 Border Color

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

This div border color is #a61560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61560


Comments

No comments written yet.

Please login to write comment.