Color Hex Logo

#ad40cd Color Hex

#AD40CD
(173,64,205)
0 Favorites   0 Comments

Color spaces of #ad40cd

RGB 17364205
HSL0.800.590.53
HSV286°69°80°
CMYK 0.160.690.00   0.20
XYZ30.086416.958859.4453
Yxy16.95880.28250.1593
Hunter Lab41.181158.3431-56.7590
CIE-Lab48.208164.0000-52.7580

#ad40cd color RGB value is (173,64,205).

#ad40cd hex color red value is 173, green value is 64 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad40cd hue: 0.80 , saturation: 0.59 and the lightness value of ad40cd is 0.53.

The process color (four color CMYK) of #ad40cd color hex is 0.16, 0.69, 0.00, 0.20. Web safe color of #ad40cd is #9933cc. Color #ad40cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 11001101
Octal 255 100 315
Decimal 173 64 205
Hex AD 40 CD

RGB Percentages of Color #ad40cd

%39.14
%14.48
%46.38

CMYK Percentages of Color #ad40cd

%16
%69
%0
%20

Triadic Colors of #ad40cd

#ad40cd #cdad40 #40cdad

Analogous Colors of #ad40cd

#ad40cd #cd40a7 #6740cd

Monochromatic Colors of #ad40cd

#ad40cd

Complementary Color

#ad40cd #60cd40

#ad40cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad40cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad40cd Color CSS Codes

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

#ad40cd Text Font Color

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

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


#ad40cd Background Color

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

This div background color is #ad40cd


#ad40cd Border Color

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

This div border color is #ad40cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad40cd


Comments

No comments written yet.

Please login to write comment.