Color Hex Logo

#ad7fcc Color Hex

#AD7FCC
(173,127,204)
0 Favorites   0 Comments

Color spaces of #ad7fcc

RGB 173127204
HSL0.770.430.65
HSV276°38°80°
CMYK 0.150.380.00   0.20
XYZ35.722028.422660.7301
Yxy28.42260.28610.2276
Hunter Lab53.312926.3055-30.2198
CIE-Lab60.268632.0858-33.1332

#ad7fcc color RGB value is (173,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111111 11001100
Octal 255 177 314
Decimal 173 127 204
Hex AD 7F CC

RGB Percentages of Color #ad7fcc

%34.33
%25.20
%40.48

CMYK Percentages of Color #ad7fcc

%15
%38
%0
%20

Triadic Colors of #ad7fcc

#ad7fcc #ccad7f #7fccad

Analogous Colors of #ad7fcc

#ad7fcc #cc7fc5 #877fcc

Monochromatic Colors of #ad7fcc

#ad7fcc

Complementary Color

#ad7fcc #9ecc7f

#ad7fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7fcc Color CSS Codes

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

#ad7fcc Text Font Color

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

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


#ad7fcc Background Color

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

This div background color is #ad7fcc


#ad7fcc Border Color

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

This div border color is #ad7fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7fcc


Comments

No comments written yet.

Please login to write comment.