Color Hex Logo

#ac277d Color Hex

#AC277D
(172,39,125)
0 Favorites   0 Comments

Color spaces of #ac277d

RGB 17239125
HSL0.890.630.41
HSV321°77°67°
CMYK 0.000.770.27   0.33
XYZ21.440411.702420.5308
Yxy11.70240.39950.2180
Hunter Lab34.208852.0098-11.6375
CIE-Lab40.739259.8044-16.8602

#ac277d color RGB value is (172,39,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 01111101
Octal 254 47 175
Decimal 172 39 125
Hex AC 27 7D

RGB Percentages of Color #ac277d

%51.19
%11.61
%37.20

CMYK Percentages of Color #ac277d

%0
%77
%27
%33

Triadic Colors of #ac277d

#ac277d #7dac27 #277dac

Analogous Colors of #ac277d

#ac277d #ac273b #9927ac

Monochromatic Colors of #ac277d

#ac277d

Complementary Color

#ac277d #27ac56

#ac277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac277d Color CSS Codes

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

#ac277d Text Font Color

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

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


#ac277d Background Color

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

This div background color is #ac277d


#ac277d Border Color

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

This div border color is #ac277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac277d


Comments

No comments written yet.

Please login to write comment.