Color Hex Logo

#ac2b5e Color Hex

#AC2B5E
(172,43,94)
0 Favorites   0 Comments

Color spaces of #ac2b5e

RGB 1724394
HSL0.930.600.42
HSV336°75°67°
CMYK 0.000.750.45   0.33
XYZ19.897511.306611.7233
Yxy11.30660.46350.2634
Hunter Lab33.625346.78172.8665
CIE-Lab40.092155.10981.5640

#ac2b5e color RGB value is (172,43,94).

#ac2b5e hex color red value is 172, green value is 43 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac2b5e hue: 0.93 , saturation: 0.60 and the lightness value of ac2b5e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101011 01011110
Octal 254 53 136
Decimal 172 43 94
Hex AC 2B 5E

RGB Percentages of Color #ac2b5e

%55.66
%13.92
%30.42

CMYK Percentages of Color #ac2b5e

%0
%75
%45
%33

Triadic Colors of #ac2b5e

#ac2b5e #5eac2b #2b5eac

Analogous Colors of #ac2b5e

#ac2b5e #ac392b #ac2b9f

Monochromatic Colors of #ac2b5e

#ac2b5e

Complementary Color

#ac2b5e #2bac79

#ac2b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2b5e Color CSS Codes

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

#ac2b5e Text Font Color

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

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


#ac2b5e Background Color

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

This div background color is #ac2b5e


#ac2b5e Border Color

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

This div border color is #ac2b5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,43,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 #ac2b5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2b5e


Comments

No comments written yet.

Please login to write comment.