Color Hex Logo

#ad77ba Color Hex

#AD77BA
(173,119,186)
0 Favorites   0 Comments

Color spaces of #ad77ba

RGB 173119186
HSL0.800.330.60
HSV288°36°73°
CMYK 0.070.360.00   0.27
XYZ32.693325.623149.6770
Yxy25.62310.30270.2373
Hunter Lab50.619326.7035-22.7528
CIE-Lab57.677632.7539-26.9370

#ad77ba color RGB value is (173,119,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 10111010
Octal 255 167 272
Decimal 173 119 186
Hex AD 77 BA

RGB Percentages of Color #ad77ba

%36.19
%24.90
%38.91

CMYK Percentages of Color #ad77ba

%7
%36
%0
%27

Triadic Colors of #ad77ba

#ad77ba #baad77 #77baad

Analogous Colors of #ad77ba

#ad77ba #ba77a6 #8c77ba

Monochromatic Colors of #ad77ba

#ad77ba

Complementary Color

#ad77ba #84ba77

#ad77ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad77ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad77ba Color CSS Codes

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

#ad77ba Text Font Color

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

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


#ad77ba Background Color

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

This div background color is #ad77ba


#ad77ba Border Color

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

This div border color is #ad77ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad77ba


Comments

No comments written yet.

Please login to write comment.