Color Hex Logo

#ad84ba Color Hex

#AD84BA
(173,132,186)
0 Favorites   0 Comments

Color spaces of #ad84ba

RGB 173132186
HSL0.790.280.62
HSV286°29°73°
CMYK 0.070.290.00   0.27
XYZ34.347828.931950.2285
Yxy28.93190.30260.2549
Hunter Lab53.788419.8556-17.7141
CIE-Lab60.721525.4462-22.2565

#ad84ba color RGB value is (173,132,186).

#ad84ba hex color red value is 173, green value is 132 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad84ba hue: 0.79 , saturation: 0.28 and the lightness value of ad84ba is 0.62.

The process color (four color CMYK) of #ad84ba color hex is 0.07, 0.29, 0.00, 0.27. Web safe color of #ad84ba is #9999cc. Color #ad84ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 10111010
Octal 255 204 272
Decimal 173 132 186
Hex AD 84 BA

RGB Percentages of Color #ad84ba

%35.23
%26.88
%37.88

CMYK Percentages of Color #ad84ba

%7
%29
%0
%27

Triadic Colors of #ad84ba

#ad84ba #baad84 #84baad

Analogous Colors of #ad84ba

#ad84ba #ba84ac #9284ba

Monochromatic Colors of #ad84ba

#ad84ba

Complementary Color

#ad84ba #91ba84

#ad84ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad84ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad84ba Color CSS Codes

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

#ad84ba Text Font Color

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

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


#ad84ba Background Color

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

This div background color is #ad84ba


#ad84ba Border Color

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

This div border color is #ad84ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad84ba


Comments

No comments written yet.

Please login to write comment.