Color Hex Logo

#ac334e Color Hex

#AC334E
(172,51,78)
0 Favorites   0 Comments

Color spaces of #ac334e

RGB 1725178
HSL0.960.540.44
HSV347°70°67°
CMYK 0.000.700.55   0.33
XYZ19.572211.68848.4322
Yxy11.68840.49310.2945
Hunter Lab34.188342.35869.3085
CIE-Lab40.716550.791612.5379

#ac334e color RGB value is (172,51,78).

#ac334e hex color red value is 172, green value is 51 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ac334e hue: 0.96 , saturation: 0.54 and the lightness value of ac334e is 0.44.

The process color (four color CMYK) of #ac334e color hex is 0.00, 0.70, 0.55, 0.33. Web safe color of #ac334e is #993366. Color #ac334e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 01001110
Octal 254 63 116
Decimal 172 51 78
Hex AC 33 4E

RGB Percentages of Color #ac334e

%57.14
%16.94
%25.91

CMYK Percentages of Color #ac334e

%0
%70
%55
%33

Triadic Colors of #ac334e

#ac334e #4eac33 #334eac

Analogous Colors of #ac334e

#ac334e #ac5533 #ac338b

Monochromatic Colors of #ac334e

#ac334e

Complementary Color

#ac334e #33ac91

#ac334e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac334e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac334e Color CSS Codes

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

#ac334e Text Font Color

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

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


#ac334e Background Color

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

This div background color is #ac334e


#ac334e Border Color

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

This div border color is #ac334e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac334e


Comments

No comments written yet.

Please login to write comment.