Color Hex Logo

#a8219f Color Hex

#A8219F
(168,33,159)
0 Favorites   0 Comments

Color spaces of #a8219f

RGB 16833159
HSL0.840.670.39
HSV304°80°66°
CMYK 0.000.800.05   0.34
XYZ22.950311.915733.8912
Yxy11.91570.33380.1733
Hunter Lab34.519158.2686-34.0481
CIE-Lab41.081865.3108-37.1246

#a8219f color RGB value is (168,33,159).

#a8219f hex color red value is 168, green value is 33 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a8219f hue: 0.84 , saturation: 0.67 and the lightness value of a8219f is 0.39.

The process color (four color CMYK) of #a8219f color hex is 0.00, 0.80, 0.05, 0.34. Web safe color of #a8219f is #993399. Color #a8219f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100001 10011111
Octal 250 41 237
Decimal 168 33 159
Hex A8 21 9F

RGB Percentages of Color #a8219f

%46.67
%9.17
%44.17

CMYK Percentages of Color #a8219f

%0
%80
%5
%34

Triadic Colors of #a8219f

#a8219f #9fa821 #219fa8

Analogous Colors of #a8219f

#a8219f #a8215c #6e21a8

Monochromatic Colors of #a8219f

#a8219f

Complementary Color

#a8219f #21a82a

#a8219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8219f Color CSS Codes

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

#a8219f Text Font Color

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

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


#a8219f Background Color

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

This div background color is #a8219f


#a8219f Border Color

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

This div border color is #a8219f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8219f


Comments

No comments written yet.

Please login to write comment.