Color Hex Logo

#ac4bad Color Hex

#AC4BAD
(172,75,173)
0 Favorites   0 Comments

Color spaces of #ac4bad

RGB 17275173
HSL0.830.400.49
HSV299°57°68°
CMYK 0.010.570.00   0.32
XYZ27.072216.819941.3549
Yxy16.81990.31760.1973
Hunter Lab41.012146.0573-31.0772
CIE-Lab48.032352.9753-34.4385

#ac4bad color RGB value is (172,75,173).

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

The process color (four color CMYK) of #ac4bad color hex is 0.01, 0.57, 0.00, 0.32. Web safe color of #ac4bad is #993399. Color #ac4bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001011 10101101
Octal 254 113 255
Decimal 172 75 173
Hex AC 4B AD

RGB Percentages of Color #ac4bad

%40.95
%17.86
%41.19

CMYK Percentages of Color #ac4bad

%1
%57
%0
%32

Triadic Colors of #ac4bad

#ac4bad #adac4b #4badac

Analogous Colors of #ac4bad

#ac4bad #ad4b7d #7b4bad

Monochromatic Colors of #ac4bad

#ac4bad

Complementary Color

#ac4bad #4cad4b

#ac4bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4bad Color CSS Codes

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

#ac4bad Text Font Color

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

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


#ac4bad Background Color

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

This div background color is #ac4bad


#ac4bad Border Color

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

This div border color is #ac4bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4bad


Comments

No comments written yet.

Please login to write comment.