Color Hex Logo

#ac455b Color Hex

#AC455B
(172,69,91)
0 Favorites   0 Comments

Color spaces of #ac455b

RGB 1726991
HSL0.960.430.47
HSV347°60°67°
CMYK 0.000.600.47   0.33
XYZ21.029713.782211.4494
Yxy13.78220.45460.2979
Hunter Lab37.124436.14657.7017
CIE-Lab43.918944.14248.9088

#ac455b color RGB value is (172,69,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000101 01011011
Octal 254 105 133
Decimal 172 69 91
Hex AC 45 5B

RGB Percentages of Color #ac455b

%51.81
%20.78
%27.41

CMYK Percentages of Color #ac455b

%0
%60
%47
%33

Triadic Colors of #ac455b

#ac455b #5bac45 #455bac

Analogous Colors of #ac455b

#ac455b #ac6345 #ac458f

Monochromatic Colors of #ac455b

#ac455b

Complementary Color

#ac455b #45ac96

#ac455b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac455b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac455b Color CSS Codes

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

#ac455b Text Font Color

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

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


#ac455b Background Color

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

This div background color is #ac455b


#ac455b Border Color

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

This div border color is #ac455b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac455b


Comments

No comments written yet.

Please login to write comment.