Color Hex Logo

#ad80ba Color Hex

#AD80BA
(173,128,186)
0 Favorites   0 Comments

Color spaces of #ad80ba

RGB 173128186
HSL0.800.300.62
HSV287°31°73°
CMYK 0.070.310.00   0.27
XYZ33.815727.867850.0511
Yxy27.86780.30260.2494
Hunter Lab52.790021.9594-19.2609
CIE-Lab59.769127.7026-23.7164

#ad80ba color RGB value is (173,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 10111010
Octal 255 200 272
Decimal 173 128 186
Hex AD 80 BA

RGB Percentages of Color #ad80ba

%35.52
%26.28
%38.19

CMYK Percentages of Color #ad80ba

%7
%31
%0
%27

Triadic Colors of #ad80ba

#ad80ba #baad80 #80baad

Analogous Colors of #ad80ba

#ad80ba #ba80aa #9080ba

Monochromatic Colors of #ad80ba

#ad80ba

Complementary Color

#ad80ba #8dba80

#ad80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad80ba Color CSS Codes

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

#ad80ba Text Font Color

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

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


#ad80ba Background Color

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

This div background color is #ad80ba


#ad80ba Border Color

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

This div border color is #ad80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad80ba


Comments

No comments written yet.

Please login to write comment.