Color Hex Logo

#ac435e Color Hex

#AC435E
(172,67,94)
0 Favorites   0 Comments

Color spaces of #ac435e

RGB 1726794
HSL0.960.440.47
HSV345°61°67°
CMYK 0.000.610.45   0.33
XYZ21.040813.593112.1044
Yxy13.59310.45020.2908
Hunter Lab36.868837.34846.3427
CIE-Lab43.643645.38236.6672

#ac435e color RGB value is (172,67,94).

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

The process color (four color CMYK) of #ac435e color hex is 0.00, 0.61, 0.45, 0.33. Web safe color of #ac435e is #993366. Color #ac435e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 01011110
Octal 254 103 136
Decimal 172 67 94
Hex AC 43 5E

RGB Percentages of Color #ac435e

%51.65
%20.12
%28.23

CMYK Percentages of Color #ac435e

%0
%61
%45
%33

Triadic Colors of #ac435e

#ac435e #5eac43 #435eac

Analogous Colors of #ac435e

#ac435e #ac5d43 #ac4393

Monochromatic Colors of #ac435e

#ac435e

Complementary Color

#ac435e #43ac91

#ac435e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac435e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac435e Color CSS Codes

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

#ac435e Text Font Color

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

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


#ac435e Background Color

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

This div background color is #ac435e


#ac435e Border Color

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

This div border color is #ac435e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac435e


Comments

No comments written yet.

Please login to write comment.