Color Hex Logo

#a81597 Color Hex

#A81597
(168,21,151)
0 Favorites   0 Comments

Color spaces of #a81597

RGB 16821151
HSL0.850.780.37
HSV307°88°66°
CMYK 0.000.880.10   0.34
XYZ22.002511.095530.2601
Yxy11.09550.34730.1751
Hunter Lab33.309959.6139-30.5446
CIE-Lab39.740966.7444-34.4120

#a81597 color RGB value is (168,21,151).

#a81597 hex color red value is 168, green value is 21 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a81597 hue: 0.85 , saturation: 0.78 and the lightness value of a81597 is 0.37.

The process color (four color CMYK) of #a81597 color hex is 0.00, 0.88, 0.10, 0.34. Web safe color of #a81597 is #990099. Color #a81597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010101 10010111
Octal 250 25 227
Decimal 168 21 151
Hex A8 15 97

RGB Percentages of Color #a81597

%49.41
%6.18
%44.41

CMYK Percentages of Color #a81597

%0
%88
%10
%34

Triadic Colors of #a81597

#a81597 #97a815 #1597a8

Analogous Colors of #a81597

#a81597 #a8154e #7015a8

Monochromatic Colors of #a81597

#a81597

Complementary Color

#a81597 #15a826

#a81597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81597 Color CSS Codes

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

#a81597 Text Font Color

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

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


#a81597 Background Color

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

This div background color is #a81597


#a81597 Border Color

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

This div border color is #a81597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81597


Comments

No comments written yet.

Please login to write comment.