Color Hex Logo

#a71466 Color Hex

#A71466
(167,20,102)
0 Favorites   0 Comments

Color spaces of #a71466

RGB 16720102
HSL0.910.790.37
HSV327°88°65°
CMYK 0.000.880.39   0.35
XYZ18.58489.675113.4583
Yxy9.67510.44550.2319
Hunter Lab31.104852.2184-3.8800
CIE-Lab37.252960.6700-7.8108

#a71466 color RGB value is (167,20,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 01100110
Octal 247 24 146
Decimal 167 20 102
Hex A7 14 66

RGB Percentages of Color #a71466

%57.79
%6.92
%35.29

CMYK Percentages of Color #a71466

%0
%88
%39
%35

Triadic Colors of #a71466

#a71466 #66a714 #1466a7

Analogous Colors of #a71466

#a71466 #a7141c #9f14a7

Monochromatic Colors of #a71466

#a71466

Complementary Color

#a71466 #14a755

#a71466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71466 Color CSS Codes

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

#a71466 Text Font Color

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

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


#a71466 Background Color

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

This div background color is #a71466


#a71466 Border Color

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

This div border color is #a71466


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,20,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 #a71466">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71466


Comments

No comments written yet.

Please login to write comment.