Color Hex Logo

#ad74ad Color Hex

#AD74AD
(173,116,173)
0 Favorites   0 Comments

Color spaces of #ad74ad

RGB 173116173
HSL0.830.260.57
HSV300°33°68°
CMYK 0.000.330.00   0.32
XYZ31.021824.392142.6083
Yxy24.39210.31650.2488
Hunter Lab49.388425.6897-16.5788
CIE-Lab56.478331.8482-21.3253

#ad74ad color RGB value is (173,116,173).

#ad74ad hex color red value is 173, green value is 116 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ad74ad hue: 0.83 , saturation: 0.26 and the lightness value of ad74ad is 0.57.

The process color (four color CMYK) of #ad74ad color hex is 0.00, 0.33, 0.00, 0.32. Web safe color of #ad74ad is #996699. Color #ad74ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 10101101
Octal 255 164 255
Decimal 173 116 173
Hex AD 74 AD

RGB Percentages of Color #ad74ad

%37.45
%25.11
%37.45

CMYK Percentages of Color #ad74ad

%0
%33
%0
%32

Triadic Colors of #ad74ad

#ad74ad #adad74 #74adad

Analogous Colors of #ad74ad

#ad74ad #ad7491 #9174ad

Monochromatic Colors of #ad74ad

#ad74ad

Complementary Color

#ad74ad #74ad74

#ad74ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad74ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad74ad Color CSS Codes

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

#ad74ad Text Font Color

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

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


#ad74ad Background Color

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

This div background color is #ad74ad


#ad74ad Border Color

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

This div border color is #ad74ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad74ad


Comments

No comments written yet.

Please login to write comment.