Color Hex Logo

#ad76ba Color Hex

#AD76BA
(173,118,186)
0 Favorites   0 Comments

Color spaces of #ad76ba

RGB 173118186
HSL0.800.330.60
HSV289°37°73°
CMYK 0.070.370.00   0.27
XYZ32.574925.386349.6375
Yxy25.38630.30270.2359
Hunter Lab50.384827.2308-23.1412
CIE-Lab57.449933.3118-27.2887

#ad76ba color RGB value is (173,118,186).

#ad76ba hex color red value is 173, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad76ba hue: 0.80 , saturation: 0.33 and the lightness value of ad76ba is 0.60.

The process color (four color CMYK) of #ad76ba color hex is 0.07, 0.37, 0.00, 0.27. Web safe color of #ad76ba is #9966cc. Color #ad76ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110110 10111010
Octal 255 166 272
Decimal 173 118 186
Hex AD 76 BA

RGB Percentages of Color #ad76ba

%36.27
%24.74
%38.99

CMYK Percentages of Color #ad76ba

%7
%37
%0
%27

Triadic Colors of #ad76ba

#ad76ba #baad76 #76baad

Analogous Colors of #ad76ba

#ad76ba #ba76a5 #8b76ba

Monochromatic Colors of #ad76ba

#ad76ba

Complementary Color

#ad76ba #83ba76

#ad76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad76ba Color CSS Codes

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

#ad76ba Text Font Color

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

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


#ad76ba Background Color

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

This div background color is #ad76ba


#ad76ba Border Color

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

This div border color is #ad76ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad76ba


Comments

No comments written yet.

Please login to write comment.