Color Hex Logo

#ad22eb Color Hex

#AD22EB
(173,34,235)
0 Favorites   0 Comments

Color spaces of #ad22eb

RGB 17334235
HSL0.780.830.53
HSV281°86°92°
CMYK 0.260.860.00   0.08
XYZ32.801016.026579.9619
Yxy16.02650.25470.1244
Hunter Lab40.033176.1955-90.4023
CIE-Lab47.009279.1223-71.8054

#ad22eb color RGB value is (173,34,235).

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

The process color (four color CMYK) of #ad22eb color hex is 0.26, 0.86, 0.00, 0.08. Web safe color of #ad22eb is #9933ff. Color #ad22eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100010 11101011
Octal 255 42 353
Decimal 173 34 235
Hex AD 22 EB

RGB Percentages of Color #ad22eb

%39.14
%7.69
%53.17

CMYK Percentages of Color #ad22eb

%26
%86
%0
%8

Triadic Colors of #ad22eb

#ad22eb #ebad22 #22ebad

Analogous Colors of #ad22eb

#ad22eb #eb22c5 #4922eb

Monochromatic Colors of #ad22eb

#ad22eb

Complementary Color

#ad22eb #60eb22

#ad22eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad22eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad22eb Color CSS Codes

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

#ad22eb Text Font Color

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

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


#ad22eb Background Color

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

This div background color is #ad22eb


#ad22eb Border Color

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

This div border color is #ad22eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad22eb


Comments

No comments written yet.

Please login to write comment.