Color Hex Logo

#a71165 Color Hex

#A71165
(167,17,101)
0 Favorites   0 Comments

Color spaces of #a71165

RGB 16717101
HSL0.910.820.36
HSV326°90°65°
CMYK 0.000.900.40   0.35
XYZ18.48589.556013.1821
Yxy9.55600.44840.2318
Hunter Lab30.912852.6454-3.6440
CIE-Lab37.033561.0995-7.5029

#a71165 color RGB value is (167,17,101).

#a71165 hex color red value is 167, green value is 17 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a71165 hue: 0.91 , saturation: 0.82 and the lightness value of a71165 is 0.36.

The process color (four color CMYK) of #a71165 color hex is 0.00, 0.90, 0.40, 0.35. Web safe color of #a71165 is #990066. Color #a71165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 01100101
Octal 247 21 145
Decimal 167 17 101
Hex A7 11 65

RGB Percentages of Color #a71165

%58.60
%5.96
%35.44

CMYK Percentages of Color #a71165

%0
%90
%40
%35

Triadic Colors of #a71165

#a71165 #65a711 #1165a7

Analogous Colors of #a71165

#a71165 #a7111a #9e11a7

Monochromatic Colors of #a71165

#a71165

Complementary Color

#a71165 #11a753

#a71165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71165 Color CSS Codes

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

#a71165 Text Font Color

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

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


#a71165 Background Color

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

This div background color is #a71165


#a71165 Border Color

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

This div border color is #a71165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71165


Comments

No comments written yet.

Please login to write comment.