Color Hex Logo

#ad21ef Color Hex

#AD21EF
(173,33,239)
0 Favorites   0 Comments

Color spaces of #ad21ef

RGB 17333239
HSL0.780.870.53
HSV281°86°94°
CMYK 0.280.860.00   0.06
XYZ33.357416.203983.0309
Yxy16.20390.25160.1222
Hunter Lab40.254177.4732-94.1179
CIE-Lab47.240980.0958-73.6856

#ad21ef color RGB value is (173,33,239).

#ad21ef hex color red value is 173, green value is 33 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad21ef hue: 0.78 , saturation: 0.87 and the lightness value of ad21ef is 0.53.

The process color (four color CMYK) of #ad21ef color hex is 0.28, 0.86, 0.00, 0.06. Web safe color of #ad21ef is #9933ff. Color #ad21ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 11101111
Octal 255 41 357
Decimal 173 33 239
Hex AD 21 EF

RGB Percentages of Color #ad21ef

%38.88
%7.42
%53.71

CMYK Percentages of Color #ad21ef

%28
%86
%0
%6

Triadic Colors of #ad21ef

#ad21ef #efad21 #21efad

Analogous Colors of #ad21ef

#ad21ef #ef21ca #4621ef

Monochromatic Colors of #ad21ef

#ad21ef

Complementary Color

#ad21ef #63ef21

#ad21ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad21ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad21ef Color CSS Codes

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

#ad21ef Text Font Color

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

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


#ad21ef Background Color

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

This div background color is #ad21ef


#ad21ef Border Color

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

This div border color is #ad21ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad21ef


Comments

No comments written yet.

Please login to write comment.