Color Hex Logo

#ad85ba Color Hex

#AD85BA
(173,133,186)
0 Favorites   0 Comments

Color spaces of #ad85ba

RGB 173133186
HSL0.790.280.63
HSV285°28°73°
CMYK 0.070.280.00   0.27
XYZ34.484029.204550.2739
Yxy29.20450.30260.2563
Hunter Lab54.041219.3298-17.3280
CIE-Lab60.961724.8810-21.8889

#ad85ba color RGB value is (173,133,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000101 10111010
Octal 255 205 272
Decimal 173 133 186
Hex AD 85 BA

RGB Percentages of Color #ad85ba

%35.16
%27.03
%37.80

CMYK Percentages of Color #ad85ba

%7
%28
%0
%27

Triadic Colors of #ad85ba

#ad85ba #baad85 #85baad

Analogous Colors of #ad85ba

#ad85ba #ba85ad #9385ba

Monochromatic Colors of #ad85ba

#ad85ba

Complementary Color

#ad85ba #92ba85

#ad85ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad85ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad85ba Color CSS Codes

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

#ad85ba Text Font Color

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

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


#ad85ba Background Color

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

This div background color is #ad85ba


#ad85ba Border Color

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

This div border color is #ad85ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad85ba


Comments

No comments written yet.

Please login to write comment.