Color Hex Logo

#ad7ccc Color Hex

#AD7CCC
(173,124,204)
0 Favorites   0 Comments

Color spaces of #ad7ccc

RGB 173124204
HSL0.770.440.64
HSV277°39°80°
CMYK 0.150.390.00   0.20
XYZ35.340327.659260.6029
Yxy27.65920.28590.2238
Hunter Lab52.592027.9108-31.5067
CIE-Lab59.579633.7660-34.2062

#ad7ccc color RGB value is (173,124,204).

#ad7ccc hex color red value is 173, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad7ccc hue: 0.77 , saturation: 0.44 and the lightness value of ad7ccc is 0.64.

The process color (four color CMYK) of #ad7ccc color hex is 0.15, 0.39, 0.00, 0.20. Web safe color of #ad7ccc is #9966cc. Color #ad7ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111100 11001100
Octal 255 174 314
Decimal 173 124 204
Hex AD 7C CC

RGB Percentages of Color #ad7ccc

%34.53
%24.75
%40.72

CMYK Percentages of Color #ad7ccc

%15
%39
%0
%20

Triadic Colors of #ad7ccc

#ad7ccc #ccad7c #7cccad

Analogous Colors of #ad7ccc

#ad7ccc #cc7cc3 #857ccc

Monochromatic Colors of #ad7ccc

#ad7ccc

Complementary Color

#ad7ccc #9bcc7c

#ad7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7ccc Color CSS Codes

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

#ad7ccc Text Font Color

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

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


#ad7ccc Background Color

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

This div background color is #ad7ccc


#ad7ccc Border Color

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

This div border color is #ad7ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7ccc


Comments

No comments written yet.

Please login to write comment.