Color Hex Logo

#ac5bad Color Hex

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

Color spaces of #ac5bad

RGB 17291173
HSL0.830.330.52
HSV299°47°68°
CMYK 0.010.470.00   0.32
XYZ28.297219.270041.7632
Yxy19.27000.31680.2157
Hunter Lab43.897638.2435-25.6789
CIE-Lab51.001645.0656-29.7941

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

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

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

Base Numbers

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

RGB Percentages of Color #ac5bad

%39.45
%20.87
%39.68

CMYK Percentages of Color #ac5bad

%1
%47
%0
%32

Triadic Colors of #ac5bad

#ac5bad #adac5b #5badac

Analogous Colors of #ac5bad

#ac5bad #ad5b85 #835bad

Monochromatic Colors of #ac5bad

#ac5bad

Complementary Color

#ac5bad #5cad5b

#ac5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5bad Color CSS Codes

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

#ac5bad Text Font Color

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

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


#ac5bad Background Color

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

This div background color is #ac5bad


#ac5bad Border Color

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

This div border color is #ac5bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5bad


Comments

No comments written yet.

Please login to write comment.