Color Hex Logo

#ad21ca Color Hex

#AD21CA
(173,33,202)
0 Favorites   0 Comments

Color spaces of #ad21ca

RGB 17333202
HSL0.800.720.46
HSV290°84°79°
CMYK 0.140.840.00   0.21
XYZ28.438114.236257.1261
Yxy14.23620.28490.1426
Hunter Lab37.730968.5079-63.3558
CIE-Lab44.569873.3422-56.8769

#ad21ca color RGB value is (173,33,202).

#ad21ca hex color red value is 173, green value is 33 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad21ca hue: 0.80 , saturation: 0.72 and the lightness value of ad21ca is 0.46.

The process color (four color CMYK) of #ad21ca color hex is 0.14, 0.84, 0.00, 0.21. Web safe color of #ad21ca is #9933cc. Color #ad21ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 11001010
Octal 255 41 312
Decimal 173 33 202
Hex AD 21 CA

RGB Percentages of Color #ad21ca

%42.40
%8.09
%49.51

CMYK Percentages of Color #ad21ca

%14
%84
%0
%21

Triadic Colors of #ad21ca

#ad21ca #caad21 #21caad

Analogous Colors of #ad21ca

#ad21ca #ca2193 #5821ca

Monochromatic Colors of #ad21ca

#ad21ca

Complementary Color

#ad21ca #3eca21

#ad21ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad21ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad21ca Color CSS Codes

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

#ad21ca Text Font Color

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

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


#ad21ca Background Color

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

This div background color is #ad21ca


#ad21ca Border Color

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

This div border color is #ad21ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad21ca


Comments

No comments written yet.

Please login to write comment.