Color Hex Logo

#a71566 Color Hex

#A71566
(167,21,102)
0 Favorites   0 Comments

Color spaces of #a71566

RGB 16721102
HSL0.910.780.37
HSV327°87°65°
CMYK 0.000.870.39   0.35
XYZ18.60289.711113.4643
Yxy9.71110.44530.2324
Hunter Lab31.162652.0225-3.8033
CIE-Lab37.318960.4793-7.7119

#a71566 color RGB value is (167,21,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 01100110
Octal 247 25 146
Decimal 167 21 102
Hex A7 15 66

RGB Percentages of Color #a71566

%57.59
%7.24
%35.17

CMYK Percentages of Color #a71566

%0
%87
%39
%35

Triadic Colors of #a71566

#a71566 #66a715 #1566a7

Analogous Colors of #a71566

#a71566 #a7151d #9f15a7

Monochromatic Colors of #a71566

#a71566

Complementary Color

#a71566 #15a756

#a71566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71566 Color CSS Codes

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

#a71566 Text Font Color

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

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


#a71566 Background Color

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

This div background color is #a71566


#a71566 Border Color

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

This div border color is #a71566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71566


Comments

No comments written yet.

Please login to write comment.