Color Hex Logo

#ad44dc Color Hex

#AD44DC
(173,68,220)
0 Favorites   0 Comments

Color spaces of #ad44dc

RGB 17368220
HSL0.780.680.56
HSV281°69°86°
CMYK 0.210.690.00   0.14
XYZ32.219018.185869.5222
Yxy18.18580.26870.1516
Hunter Lab42.644860.2319-66.8068
CIE-Lab49.720765.3483-58.9088

#ad44dc color RGB value is (173,68,220).

#ad44dc hex color red value is 173, green value is 68 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ad44dc hue: 0.78 , saturation: 0.68 and the lightness value of ad44dc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 11011100
Octal 255 104 334
Decimal 173 68 220
Hex AD 44 DC

RGB Percentages of Color #ad44dc

%37.53
%14.75
%47.72

CMYK Percentages of Color #ad44dc

%21
%69
%0
%14

Triadic Colors of #ad44dc

#ad44dc #dcad44 #44dcad

Analogous Colors of #ad44dc

#ad44dc #dc44bf #6144dc

Monochromatic Colors of #ad44dc

#ad44dc

Complementary Color

#ad44dc #73dc44

#ad44dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad44dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad44dc Color CSS Codes

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

#ad44dc Text Font Color

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

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


#ad44dc Background Color

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

This div background color is #ad44dc


#ad44dc Border Color

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

This div border color is #ad44dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad44dc


Comments

No comments written yet.

Please login to write comment.