Color Hex Logo

#ad95ad Color Hex

#AD95AD
(173,149,173)
0 Favorites   0 Comments

Color spaces of #ad95ad

RGB 173149173
HSL0.830.130.63
HSV300°14°68°
CMYK 0.000.140.00   0.32
XYZ35.523933.396344.1090
Yxy33.39630.31430.2955
Hunter Lab57.78958.5944-4.8016
CIE-Lab64.480513.2628-9.2259

#ad95ad color RGB value is (173,149,173).

#ad95ad hex color red value is 173, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ad95ad hue: 0.83 , saturation: 0.13 and the lightness value of ad95ad is 0.63.

The process color (four color CMYK) of #ad95ad color hex is 0.00, 0.14, 0.00, 0.32. Web safe color of #ad95ad is #999999. Color #ad95ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 10101101
Octal 255 225 255
Decimal 173 149 173
Hex AD 95 AD

RGB Percentages of Color #ad95ad

%34.95
%30.10
%34.95

CMYK Percentages of Color #ad95ad

%0
%14
%0
%32

Triadic Colors of #ad95ad

#ad95ad #adad95 #95adad

Analogous Colors of #ad95ad

#ad95ad #ad95a1 #a195ad

Monochromatic Colors of #ad95ad

#ad95ad

Complementary Color

#ad95ad #95ad95

#ad95ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad95ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad95ad Color CSS Codes

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

#ad95ad Text Font Color

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

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


#ad95ad Background Color

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

This div background color is #ad95ad


#ad95ad Border Color

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

This div border color is #ad95ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad95ad


Comments

No comments written yet.

Please login to write comment.