Color Hex Logo

#a821ab Color Hex

#A821AB
(168,33,171)
0 Favorites   0 Comments

Color spaces of #a821ab

RGB 16833171
HSL0.830.680.40
HSV299°81°67°
CMYK 0.020.810.00   0.33
XYZ24.043012.352839.6452
Yxy12.35280.31620.1624
Hunter Lab35.146660.6016-42.2764
CIE-Lab41.771467.2033-43.2090

#a821ab color RGB value is (168,33,171).

#a821ab hex color red value is 168, green value is 33 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a821ab hue: 0.83 , saturation: 0.68 and the lightness value of a821ab is 0.40.

The process color (four color CMYK) of #a821ab color hex is 0.02, 0.81, 0.00, 0.33. Web safe color of #a821ab is #993399. Color #a821ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100001 10101011
Octal 250 41 253
Decimal 168 33 171
Hex A8 21 AB

RGB Percentages of Color #a821ab

%45.16
%8.87
%45.97

CMYK Percentages of Color #a821ab

%2
%81
%0
%33

Triadic Colors of #a821ab

#a821ab #aba821 #21aba8

Analogous Colors of #a821ab

#a821ab #ab2169 #6321ab

Monochromatic Colors of #a821ab

#a821ab

Complementary Color

#a821ab #24ab21

#a821ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a821ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a821ab Color CSS Codes

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

#a821ab Text Font Color

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

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


#a821ab Background Color

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

This div background color is #a821ab


#a821ab Border Color

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

This div border color is #a821ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a821ab


Comments

No comments written yet.

Please login to write comment.