Color Hex Logo

#ad79cf Color Hex

#AD79CF
(173,121,207)
0 Favorites   0 Comments

Color spaces of #ad79cf

RGB 173121207
HSL0.770.470.64
HSV276°42°81°
CMYK 0.160.420.00   0.19
XYZ35.333427.064062.3931
Yxy27.06400.28310.2169
Hunter Lab52.023130.1945-34.6924
CIE-Lab59.033536.0963-36.7520

#ad79cf color RGB value is (173,121,207).

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

The process color (four color CMYK) of #ad79cf color hex is 0.16, 0.42, 0.00, 0.19. Web safe color of #ad79cf is #9966cc. Color #ad79cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111001 11001111
Octal 255 171 317
Decimal 173 121 207
Hex AD 79 CF

RGB Percentages of Color #ad79cf

%34.53
%24.15
%41.32

CMYK Percentages of Color #ad79cf

%16
%42
%0
%19

Triadic Colors of #ad79cf

#ad79cf #cfad79 #79cfad

Analogous Colors of #ad79cf

#ad79cf #cf79c6 #8279cf

Monochromatic Colors of #ad79cf

#ad79cf

Complementary Color

#ad79cf #9bcf79

#ad79cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad79cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad79cf Color CSS Codes

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

#ad79cf Text Font Color

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

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


#ad79cf Background Color

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

This div background color is #ad79cf


#ad79cf Border Color

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

This div border color is #ad79cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad79cf


Comments

No comments written yet.

Please login to write comment.