Color Hex Logo

#ac4984 Color Hex

#AC4984
(172,73,132)
0 Favorites   0 Comments

Color spaces of #ac4984

RGB 17273132
HSL0.900.400.48
HSV324°58°67°
CMYK 0.000.580.23   0.33
XYZ23.560715.201723.5222
Yxy15.20170.37830.2441
Hunter Lab38.989439.6336-8.4770
CIE-Lab45.909247.2393-13.2659

#ac4984 color RGB value is (172,73,132).

#ac4984 hex color red value is 172, green value is 73 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ac4984 hue: 0.90 , saturation: 0.40 and the lightness value of ac4984 is 0.48.

The process color (four color CMYK) of #ac4984 color hex is 0.00, 0.58, 0.23, 0.33. Web safe color of #ac4984 is #993399. Color #ac4984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 10000100
Octal 254 111 204
Decimal 172 73 132
Hex AC 49 84

RGB Percentages of Color #ac4984

%45.62
%19.36
%35.01

CMYK Percentages of Color #ac4984

%0
%58
%23
%33

Triadic Colors of #ac4984

#ac4984 #84ac49 #4984ac

Analogous Colors of #ac4984

#ac4984 #ac4952 #a349ac

Monochromatic Colors of #ac4984

#ac4984

Complementary Color

#ac4984 #49ac71

#ac4984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4984 Color CSS Codes

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

#ac4984 Text Font Color

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

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


#ac4984 Background Color

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

This div background color is #ac4984


#ac4984 Border Color

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

This div border color is #ac4984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4984


Comments

No comments written yet.

Please login to write comment.