Color Hex Logo

#ad21ab Color Hex

#AD21AB
(173,33,171)
0 Favorites   0 Comments

Color spaces of #ad21ab

RGB 17333171
HSL0.840.680.40
HSV301°81°68°
CMYK 0.000.810.01   0.32
XYZ25.128112.912239.6960
Yxy12.91220.32320.1661
Hunter Lab35.933561.9402-40.3445
CIE-Lab42.630768.1871-41.7885

#ad21ab color RGB value is (173,33,171).

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

The process color (four color CMYK) of #ad21ab color hex is 0.00, 0.81, 0.01, 0.32. Web safe color of #ad21ab is #993399. Color #ad21ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 10101011
Octal 255 41 253
Decimal 173 33 171
Hex AD 21 AB

RGB Percentages of Color #ad21ab

%45.89
%8.75
%45.36

CMYK Percentages of Color #ad21ab

%0
%81
%1
%32

Triadic Colors of #ad21ab

#ad21ab #abad21 #21abad

Analogous Colors of #ad21ab

#ad21ab #ad2165 #6921ad

Monochromatic Colors of #ad21ab

#ad21ab

Complementary Color

#ad21ab #21ad23

#ad21ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad21ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad21ab Color CSS Codes

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

#ad21ab Text Font Color

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

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


#ad21ab Background Color

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

This div background color is #ad21ab


#ad21ab Border Color

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

This div border color is #ad21ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,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 #ad21ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad21ab


Comments

No comments written yet.

Please login to write comment.