Color Hex Logo

#ad33de Color Hex

#AD33DE
(173,51,222)
0 Favorites   0 Comments

Color spaces of #ad33de

RGB 17351222
HSL0.790.720.54
HSV283°77°87°
CMYK 0.220.770.00   0.13
XYZ31.602216.525870.6314
Yxy16.52580.26610.1392
Hunter Lab40.651967.6223-74.5581
CIE-Lab47.656972.0049-63.3782

#ad33de color RGB value is (173,51,222).

#ad33de hex color red value is 173, green value is 51 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ad33de hue: 0.79 , saturation: 0.72 and the lightness value of ad33de is 0.54.

The process color (four color CMYK) of #ad33de color hex is 0.22, 0.77, 0.00, 0.13. Web safe color of #ad33de is #9933cc. Color #ad33de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 11011110
Octal 255 63 336
Decimal 173 51 222
Hex AD 33 DE

RGB Percentages of Color #ad33de

%38.79
%11.43
%49.78

CMYK Percentages of Color #ad33de

%22
%77
%0
%13

Triadic Colors of #ad33de

#ad33de #dead33 #33dead

Analogous Colors of #ad33de

#ad33de #de33ba #5733de

Monochromatic Colors of #ad33de

#ad33de

Complementary Color

#ad33de #64de33

#ad33de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad33de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad33de Color CSS Codes

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

#ad33de Text Font Color

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

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


#ad33de Background Color

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

This div background color is #ad33de


#ad33de Border Color

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

This div border color is #ad33de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad33de


Comments

No comments written yet.

Please login to write comment.