Color Hex Logo

#ad5fac Color Hex

#AD5FAC
(173,95,172)
0 Favorites   0 Comments

Color spaces of #ad5fac

RGB 17395172
HSL0.840.320.53
HSV301°45°68°
CMYK 0.000.450.01   0.32
XYZ28.772220.047241.3828
Yxy20.04720.31900.2222
Hunter Lab44.774136.3509-23.4574
CIE-Lab51.890543.0917-27.8190

#ad5fac color RGB value is (173,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011111 10101100
Octal 255 137 254
Decimal 173 95 172
Hex AD 5F AC

RGB Percentages of Color #ad5fac

%39.32
%21.59
%39.09

CMYK Percentages of Color #ad5fac

%0
%45
%1
%32

Triadic Colors of #ad5fac

#ad5fac #acad5f #5facad

Analogous Colors of #ad5fac

#ad5fac #ad5f85 #875fad

Monochromatic Colors of #ad5fac

#ad5fac

Complementary Color

#ad5fac #5fad60

#ad5fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5fac Color CSS Codes

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

#ad5fac Text Font Color

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

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


#ad5fac Background Color

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

This div background color is #ad5fac


#ad5fac Border Color

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

This div border color is #ad5fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5fac


Comments

No comments written yet.

Please login to write comment.