Color Hex Logo

#a81896 Color Hex

#A81896
(168,24,150)
0 Favorites   0 Comments

Color spaces of #a81896

RGB 16824150
HSL0.850.750.38
HSV308°86°66°
CMYK 0.000.860.11   0.34
XYZ21.980111.180129.8537
Yxy11.18010.34880.1774
Hunter Lab33.436758.8256-29.5310
CIE-Lab39.882266.0311-33.5814

#a81896 color RGB value is (168,24,150).

#a81896 hex color red value is 168, green value is 24 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a81896 hue: 0.85 , saturation: 0.75 and the lightness value of a81896 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 10010110
Octal 250 30 226
Decimal 168 24 150
Hex A8 18 96

RGB Percentages of Color #a81896

%49.12
%7.02
%43.86

CMYK Percentages of Color #a81896

%0
%86
%11
%34

Triadic Colors of #a81896

#a81896 #96a818 #1896a8

Analogous Colors of #a81896

#a81896 #a8184e #7218a8

Monochromatic Colors of #a81896

#a81896

Complementary Color

#a81896 #18a82a

#a81896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81896 Color CSS Codes

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

#a81896 Text Font Color

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

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


#a81896 Background Color

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

This div background color is #a81896


#a81896 Border Color

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

This div border color is #a81896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81896


Comments

No comments written yet.

Please login to write comment.