Color Hex Logo

#a81790 Color Hex

#A81790
(168,23,144)
0 Favorites   0 Comments

Color spaces of #a81790

RGB 16823144
HSL0.860.760.37
HSV310°86°66°
CMYK 0.000.860.14   0.34
XYZ21.488910.951227.3668
Yxy10.95120.35930.1831
Hunter Lab33.092657.9981-25.8666
CIE-Lab39.498265.3829-30.5306

#a81790 color RGB value is (168,23,144).

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

The process color (four color CMYK) of #a81790 color hex is 0.00, 0.86, 0.14, 0.34. Web safe color of #a81790 is #990099. Color #a81790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010111 10010000
Octal 250 27 220
Decimal 168 23 144
Hex A8 17 90

RGB Percentages of Color #a81790

%50.15
%6.87
%42.99

CMYK Percentages of Color #a81790

%0
%86
%14
%34

Triadic Colors of #a81790

#a81790 #90a817 #1790a8

Analogous Colors of #a81790

#a81790 #a81747 #7817a8

Monochromatic Colors of #a81790

#a81790

Complementary Color

#a81790 #17a82f

#a81790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81790 Color CSS Codes

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

#a81790 Text Font Color

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

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


#a81790 Background Color

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

This div background color is #a81790


#a81790 Border Color

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

This div border color is #a81790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81790


Comments

No comments written yet.

Please login to write comment.