Color Hex Logo

#ad40dc Color Hex

#AD40DC
(173,64,220)
0 Favorites   0 Comments

Color spaces of #ad40dc

RGB 17364220
HSL0.780.690.56
HSV282°71°86°
CMYK 0.210.710.00   0.14
XYZ31.985217.718369.4443
Yxy17.71830.26840.1487
Hunter Lab42.093161.9735-68.3502
CIE-Lab49.152666.9515-59.8239

#ad40dc color RGB value is (173,64,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 11011100
Octal 255 100 334
Decimal 173 64 220
Hex AD 40 DC

RGB Percentages of Color #ad40dc

%37.86
%14.00
%48.14

CMYK Percentages of Color #ad40dc

%21
%71
%0
%14

Triadic Colors of #ad40dc

#ad40dc #dcad40 #40dcad

Analogous Colors of #ad40dc

#ad40dc #dc40bd #5f40dc

Monochromatic Colors of #ad40dc

#ad40dc

Complementary Color

#ad40dc #6fdc40

#ad40dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad40dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad40dc Color CSS Codes

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

#ad40dc Text Font Color

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

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


#ad40dc Background Color

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

This div background color is #ad40dc


#ad40dc Border Color

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

This div border color is #ad40dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,64,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 #ad40dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad40dc


Comments

No comments written yet.

Please login to write comment.