Color Hex Logo

#ad75dc Color Hex

#AD75DC
(173,117,220)
0 Favorites   0 Comments

Color spaces of #ad75dc

RGB 173117220
HSL0.760.600.66
HSV273°47°86°
CMYK 0.210.470.00   0.14
XYZ36.513126.774170.9536
Yxy26.77410.27200.1994
Hunter Lab51.743735.4076-45.0809
CIE-Lab58.764641.2127-44.4897

#ad75dc color RGB value is (173,117,220).

#ad75dc hex color red value is 173, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ad75dc hue: 0.76 , saturation: 0.60 and the lightness value of ad75dc is 0.66.

The process color (four color CMYK) of #ad75dc color hex is 0.21, 0.47, 0.00, 0.14. Web safe color of #ad75dc is #9966cc. Color #ad75dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 11011100
Octal 255 165 334
Decimal 173 117 220
Hex AD 75 DC

RGB Percentages of Color #ad75dc

%33.92
%22.94
%43.14

CMYK Percentages of Color #ad75dc

%21
%47
%0
%14

Triadic Colors of #ad75dc

#ad75dc #dcad75 #75dcad

Analogous Colors of #ad75dc

#ad75dc #dc75d8 #7a75dc

Monochromatic Colors of #ad75dc

#ad75dc

Complementary Color

#ad75dc #a4dc75

#ad75dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad75dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad75dc Color CSS Codes

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

#ad75dc Text Font Color

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

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


#ad75dc Background Color

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

This div background color is #ad75dc


#ad75dc Border Color

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

This div border color is #ad75dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad75dc


Comments

No comments written yet.

Please login to write comment.