Color Hex Logo

#ad5bac Color Hex

#AD5BAC
(173,91,172)
0 Favorites   0 Comments

Color spaces of #ad5bac

RGB 17391172
HSL0.840.330.52
HSV301°47°68°
CMYK 0.000.470.01   0.32
XYZ28.421119.345041.2657
Yxy19.34500.31920.2173
Hunter Lab43.983038.3738-24.8390
CIE-Lab51.088445.1780-29.0651

#ad5bac color RGB value is (173,91,172).

#ad5bac hex color red value is 173, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ad5bac hue: 0.84 , saturation: 0.33 and the lightness value of ad5bac is 0.52.

The process color (four color CMYK) of #ad5bac color hex is 0.00, 0.47, 0.01, 0.32. Web safe color of #ad5bac is #996699. Color #ad5bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011011 10101100
Octal 255 133 254
Decimal 173 91 172
Hex AD 5B AC

RGB Percentages of Color #ad5bac

%39.68
%20.87
%39.45

CMYK Percentages of Color #ad5bac

%0
%47
%1
%32

Triadic Colors of #ad5bac

#ad5bac #acad5b #5bacad

Analogous Colors of #ad5bac

#ad5bac #ad5b83 #855bad

Monochromatic Colors of #ad5bac

#ad5bac

Complementary Color

#ad5bac #5bad5c

#ad5bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5bac Color CSS Codes

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

#ad5bac Text Font Color

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

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


#ad5bac Background Color

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

This div background color is #ad5bac


#ad5bac Border Color

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

This div border color is #ad5bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,91,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad5bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5bac


Comments

No comments written yet.

Please login to write comment.