Color Hex Logo

#ac276e Color Hex

#AC276E
(172,39,110)
0 Favorites   0 Comments

Color spaces of #ac276e

RGB 17239110
HSL0.910.630.41
HSV328°77°67°
CMYK 0.000.770.36   0.33
XYZ20.553211.347515.8589
Yxy11.34750.43030.2376
Hunter Lab33.686149.9594-4.3326
CIE-Lab40.159758.0446-8.4017

#ac276e color RGB value is (172,39,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 01101110
Octal 254 47 156
Decimal 172 39 110
Hex AC 27 6E

RGB Percentages of Color #ac276e

%53.58
%12.15
%34.27

CMYK Percentages of Color #ac276e

%0
%77
%36
%33

Triadic Colors of #ac276e

#ac276e #6eac27 #276eac

Analogous Colors of #ac276e

#ac276e #ac272c #a827ac

Monochromatic Colors of #ac276e

#ac276e

Complementary Color

#ac276e #27ac65

#ac276e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac276e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac276e Color CSS Codes

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

#ac276e Text Font Color

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

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


#ac276e Background Color

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

This div background color is #ac276e


#ac276e Border Color

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

This div border color is #ac276e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac276e


Comments

No comments written yet.

Please login to write comment.