Color Hex Logo

#ac435c Color Hex

#AC435C
(172,67,92)
0 Favorites   0 Comments

Color spaces of #ac435c

RGB 1726792
HSL0.960.440.47
HSV346°61°67°
CMYK 0.000.610.47   0.33
XYZ20.952213.557711.6378
Yxy13.55770.45400.2938
Hunter Lab36.820837.13587.0350
CIE-Lab43.591845.18057.8298

#ac435c color RGB value is (172,67,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 01011100
Octal 254 103 134
Decimal 172 67 92
Hex AC 43 5C

RGB Percentages of Color #ac435c

%51.96
%20.24
%27.79

CMYK Percentages of Color #ac435c

%0
%61
%47
%33

Triadic Colors of #ac435c

#ac435c #5cac43 #435cac

Analogous Colors of #ac435c

#ac435c #ac5f43 #ac4391

Monochromatic Colors of #ac435c

#ac435c

Complementary Color

#ac435c #43ac93

#ac435c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac435c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac435c Color CSS Codes

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

#ac435c Text Font Color

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

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


#ac435c Background Color

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

This div background color is #ac435c


#ac435c Border Color

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

This div border color is #ac435c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac435c


Comments

No comments written yet.

Please login to write comment.