Color Hex Logo

#ac5fad Color Hex

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

Color spaces of #ac5fad

RGB 17295173
HSL0.830.320.53
HSV299°45°68°
CMYK 0.010.450.00   0.32
XYZ28.648319.972241.8803
Yxy19.97220.31660.2207
Hunter Lab44.690336.2179-24.2789
CIE-Lab51.805842.9745-28.5433

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

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

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

Base Numbers

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

RGB Percentages of Color #ac5fad

%39.09
%21.59
%39.32

CMYK Percentages of Color #ac5fad

%1
%45
%0
%32

Triadic Colors of #ac5fad

#ac5fad #adac5f #5fadac

Analogous Colors of #ac5fad

#ac5fad #ad5f87 #855fad

Monochromatic Colors of #ac5fad

#ac5fad

Complementary Color

#ac5fad #60ad5f

#ac5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5fad Color CSS Codes

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

#ac5fad Text Font Color

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

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


#ac5fad Background Color

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

This div background color is #ac5fad


#ac5fad Border Color

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

This div border color is #ac5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5fad


Comments

No comments written yet.

Please login to write comment.