Color Hex Logo

#ac315e Color Hex

#AC315E
(172,49,94)
0 Favorites   0 Comments

Color spaces of #ac315e

RGB 1724994
HSL0.940.560.43
HSV338°72°67°
CMYK 0.000.720.45   0.33
XYZ20.132011.775411.8015
Yxy11.77540.46060.2694
Hunter Lab34.315344.67013.6301
CIE-Lab40.856952.97512.6715

#ac315e color RGB value is (172,49,94).

#ac315e hex color red value is 172, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac315e hue: 0.94 , saturation: 0.56 and the lightness value of ac315e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 01011110
Octal 254 61 136
Decimal 172 49 94
Hex AC 31 5E

RGB Percentages of Color #ac315e

%54.60
%15.56
%29.84

CMYK Percentages of Color #ac315e

%0
%72
%45
%33

Triadic Colors of #ac315e

#ac315e #5eac31 #315eac

Analogous Colors of #ac315e

#ac315e #ac4131 #ac319c

Monochromatic Colors of #ac315e

#ac315e

Complementary Color

#ac315e #31ac7f

#ac315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac315e Color CSS Codes

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

#ac315e Text Font Color

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

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


#ac315e Background Color

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

This div background color is #ac315e


#ac315e Border Color

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

This div border color is #ac315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac315e


Comments

No comments written yet.

Please login to write comment.