Color Hex Logo

#ad78ba Color Hex

#AD78BA
(173,120,186)
0 Favorites   0 Comments

Color spaces of #ad78ba

RGB 173120186
HSL0.800.320.60
HSV288°35°73°
CMYK 0.070.350.00   0.27
XYZ32.813025.862349.7169
Yxy25.86230.30270.2386
Hunter Lab50.855026.1767-22.3646
CIE-Lab57.906132.1958-26.5841

#ad78ba color RGB value is (173,120,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 10111010
Octal 255 170 272
Decimal 173 120 186
Hex AD 78 BA

RGB Percentages of Color #ad78ba

%36.12
%25.05
%38.83

CMYK Percentages of Color #ad78ba

%7
%35
%0
%27

Triadic Colors of #ad78ba

#ad78ba #baad78 #78baad

Analogous Colors of #ad78ba

#ad78ba #ba78a6 #8c78ba

Monochromatic Colors of #ad78ba

#ad78ba

Complementary Color

#ad78ba #85ba78

#ad78ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad78ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad78ba Color CSS Codes

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

#ad78ba Text Font Color

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

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


#ad78ba Background Color

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

This div background color is #ad78ba


#ad78ba Border Color

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

This div border color is #ad78ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad78ba


Comments

No comments written yet.

Please login to write comment.