Color Hex Logo

#ac276f Color Hex

#AC276F
(172,39,111)
0 Favorites   0 Comments

Color spaces of #ac276f

RGB 17239111
HSL0.910.630.41
HSV328°77°67°
CMYK 0.000.770.35   0.33
XYZ20.608011.369416.1473
Yxy11.36940.42820.2362
Hunter Lab33.718550.0877-4.7901
CIE-Lab40.195858.1554-8.9735

#ac276f color RGB value is (172,39,111).

#ac276f hex color red value is 172, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ac276f hue: 0.91 , saturation: 0.63 and the lightness value of ac276f is 0.41.

The process color (four color CMYK) of #ac276f color hex is 0.00, 0.77, 0.35, 0.33. Web safe color of #ac276f is #993366. Color #ac276f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 01101111
Octal 254 47 157
Decimal 172 39 111
Hex AC 27 6F

RGB Percentages of Color #ac276f

%53.42
%12.11
%34.47

CMYK Percentages of Color #ac276f

%0
%77
%35
%33

Triadic Colors of #ac276f

#ac276f #6fac27 #276fac

Analogous Colors of #ac276f

#ac276f #ac272d #a727ac

Monochromatic Colors of #ac276f

#ac276f

Complementary Color

#ac276f #27ac64

#ac276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac276f Color CSS Codes

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

#ac276f Text Font Color

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

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


#ac276f Background Color

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

This div background color is #ac276f


#ac276f Border Color

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

This div border color is #ac276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac276f


Comments

No comments written yet.

Please login to write comment.