Color Hex Logo

#ac318e Color Hex

#AC318E
(172,49,142)
0 Favorites   0 Comments

Color spaces of #ac318e

RGB 17249142
HSL0.870.560.43
HSV315°72°67°
CMYK 0.000.720.17   0.33
XYZ22.994112.920326.8731
Yxy12.92030.36620.2058
Hunter Lab35.944851.2840-19.1651
CIE-Lab42.642958.7800-24.3450

#ac318e color RGB value is (172,49,142).

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

The process color (four color CMYK) of #ac318e color hex is 0.00, 0.72, 0.17, 0.33. Web safe color of #ac318e is #993399. Color #ac318e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 10001110
Octal 254 61 216
Decimal 172 49 142
Hex AC 31 8E

RGB Percentages of Color #ac318e

%47.38
%13.50
%39.12

CMYK Percentages of Color #ac318e

%0
%72
%17
%33

Triadic Colors of #ac318e

#ac318e #8eac31 #318eac

Analogous Colors of #ac318e

#ac318e #ac3150 #8d31ac

Monochromatic Colors of #ac318e

#ac318e

Complementary Color

#ac318e #31ac4f

#ac318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac318e Color CSS Codes

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

#ac318e Text Font Color

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

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


#ac318e Background Color

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

This div background color is #ac318e


#ac318e Border Color

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

This div border color is #ac318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac318e


Comments

No comments written yet.

Please login to write comment.