Color Hex Logo

#ac247f Color Hex

#AC247F
(172,36,127)
0 Favorites   0 Comments

Color spaces of #ac247f

RGB 17236127
HSL0.890.650.41
HSV320°79°67°
CMYK 0.000.790.26   0.33
XYZ21.474911.564721.1790
Yxy11.56470.39610.2133
Hunter Lab34.006953.2082-13.1201
CIE-Lab40.515760.9306-18.4399

#ac247f color RGB value is (172,36,127).

#ac247f hex color red value is 172, green value is 36 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ac247f hue: 0.89 , saturation: 0.65 and the lightness value of ac247f is 0.41.

The process color (four color CMYK) of #ac247f color hex is 0.00, 0.79, 0.26, 0.33. Web safe color of #ac247f is #993366. Color #ac247f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 01111111
Octal 254 44 177
Decimal 172 36 127
Hex AC 24 7F

RGB Percentages of Color #ac247f

%51.34
%10.75
%37.91

CMYK Percentages of Color #ac247f

%0
%79
%26
%33

Triadic Colors of #ac247f

#ac247f #7fac24 #247fac

Analogous Colors of #ac247f

#ac247f #ac243b #9524ac

Monochromatic Colors of #ac247f

#ac247f

Complementary Color

#ac247f #24ac51

#ac247f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac247f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac247f Color CSS Codes

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

#ac247f Text Font Color

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

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


#ac247f Background Color

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

This div background color is #ac247f


#ac247f Border Color

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

This div border color is #ac247f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac247f


Comments

No comments written yet.

Please login to write comment.