Color Hex Logo

#a81760 Color Hex

#A81760
(168,23,96)
0 Favorites   0 Comments

Color spaces of #a81760

RGB 1682396
HSL0.920.760.37
HSV330°86°66°
CMYK 0.000.860.43   0.34
XYZ18.56629.782211.9759
Yxy9.78220.46040.2426
Hunter Lab31.276551.2264-0.8088
CIE-Lab37.448759.7293-3.6723

#a81760 color RGB value is (168,23,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010111 01100000
Octal 250 27 140
Decimal 168 23 96
Hex A8 17 60

RGB Percentages of Color #a81760

%58.54
%8.01
%33.45

CMYK Percentages of Color #a81760

%0
%86
%43
%34

Triadic Colors of #a81760

#a81760 #60a817 #1760a8

Analogous Colors of #a81760

#a81760 #a81717 #a817a8

Monochromatic Colors of #a81760

#a81760

Complementary Color

#a81760 #17a85f

#a81760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81760 Color CSS Codes

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

#a81760 Text Font Color

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

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


#a81760 Background Color

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

This div background color is #a81760


#a81760 Border Color

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

This div border color is #a81760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81760


Comments

No comments written yet.

Please login to write comment.