color codes Logo

#ad44cd color codes

#AD44CD
(173,68,205)
0 Favorites   0 Comments

Color spaces of #ad44cd

RGB 17368205
HSL0.790.580.54
HSV286°67°80°
CMYK 0.160.670.00   0.20
XYZ30.320117.426359.5232
Yxy17.42630.28270.1625
Hunter Lab41.744856.5947-55.3192
CIE-Lab48.792762.3599-51.8214

#ad44cd color RGB value is (173,68,205).

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

The process color (four color CMYK) of #ad44cd color code is 0.16, 0.67, 0.00, 0.20. Web safe color of #ad44cd is #9933cc. Color #ad44cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 11001101
Octal 255 104 315
Decimal 173 68 205
Hex AD 44 CD

RGB Percentages of Color #ad44cd

%38.79
%15.25
%45.96

CMYK Percentages of Color #ad44cd

%16
%67
%0
%20

Triadic Colors of #ad44cd

#ad44cd #cdad44 #44cdad

Analogous Colors of #ad44cd

#ad44cd #cd44a9 #6944cd

Monochromatic Colors of #ad44cd

#ad44cd

Complementary Color

#ad44cd #64cd44

#ad44cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad44cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad44cd Color CSS Codes

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

#ad44cd Text Font Color

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

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


#ad44cd Background Color

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

This div background color is #ad44cd


#ad44cd Border Color

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

This div border color is #ad44cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad44cd


Comments

No comments written yet.

Please login to write comment.