Color Hex Logo

#a81776 Color Hex

#A81776
(168,23,118)
0 Favorites   0 Comments

Color spaces of #a81776

RGB 16823118
HSL0.890.760.37
HSV321°86°66°
CMYK 0.000.860.30   0.34
XYZ19.724910.245618.0775
Yxy10.24560.41050.2132
Hunter Lab32.008753.9826-11.0789
CIE-Lab38.279762.0612-16.3376

#a81776 color RGB value is (168,23,118).

#a81776 hex color red value is 168, green value is 23 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a81776 hue: 0.89 , saturation: 0.76 and the lightness value of a81776 is 0.37.

The process color (four color CMYK) of #a81776 color hex is 0.00, 0.86, 0.30, 0.34. Web safe color of #a81776 is #990066. Color #a81776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010111 01110110
Octal 250 27 166
Decimal 168 23 118
Hex A8 17 76

RGB Percentages of Color #a81776

%54.37
%7.44
%38.19

CMYK Percentages of Color #a81776

%0
%86
%30
%34

Triadic Colors of #a81776

#a81776 #76a817 #1776a8

Analogous Colors of #a81776

#a81776 #a8172d #9217a8

Monochromatic Colors of #a81776

#a81776

Complementary Color

#a81776 #17a849

#a81776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81776 Color CSS Codes

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

#a81776 Text Font Color

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

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


#a81776 Background Color

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

This div background color is #a81776


#a81776 Border Color

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

This div border color is #a81776


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,23,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a81776; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a81776;
  -webkit-box-shadow: 1px 1px 3px 2px #a81776;
  box-shadow:         1px 1px 3px 2px #a81776; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81776


Comments

No comments written yet.

Please login to write comment.