Color Hex Logo

#ad21ff Color Hex

#AD21FF
(173,33,255)
0 Favorites   0 Comments

Color spaces of #ad21ff

RGB 17333255
HSL0.771.000.56
HSV278°87°100°
CMYK 0.320.870.00   0.00
XYZ35.827417.191996.0378
Yxy17.19190.24040.1153
Hunter Lab41.463181.6776-108.3046
CIE-Lab48.500983.1632-80.5954

#ad21ff color RGB value is (173,33,255).

#ad21ff hex color red value is 173, green value is 33 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ad21ff hue: 0.77 , saturation: 1.00 and the lightness value of ad21ff is 0.56.

The process color (four color CMYK) of #ad21ff color hex is 0.32, 0.87, 0.00, 0.00. Web safe color of #ad21ff is #9933ff. Color #ad21ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 11111111
Octal 255 41 377
Decimal 173 33 255
Hex AD 21 FF

RGB Percentages of Color #ad21ff

%37.53
%7.16
%55.31

CMYK Percentages of Color #ad21ff

%32
%87
%0
%0

Triadic Colors of #ad21ff

#ad21ff #ffad21 #21ffad

Analogous Colors of #ad21ff

#ad21ff #ff21e2 #3e21ff

Monochromatic Colors of #ad21ff

#ad21ff

Complementary Color

#ad21ff #73ff21

#ad21ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad21ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad21ff Color CSS Codes

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

#ad21ff Text Font Color

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

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


#ad21ff Background Color

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

This div background color is #ad21ff


#ad21ff Border Color

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

This div border color is #ad21ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad21ff


Comments

No comments written yet.

Please login to write comment.