Color Hex Logo

#ac318a Color Hex

#AC318A
(172,49,138)
0 Favorites   0 Comments

Color spaces of #ac318a

RGB 17249138
HSL0.880.560.43
HSV317°72°67°
CMYK 0.000.720.20   0.33
XYZ22.699012.802325.3195
Yxy12.80230.37320.2105
Hunter Lab35.780350.6248-16.9096
CIE-Lab42.463858.2133-22.1880

#ac318a color RGB value is (172,49,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 10001010
Octal 254 61 212
Decimal 172 49 138
Hex AC 31 8A

RGB Percentages of Color #ac318a

%47.91
%13.65
%38.44

CMYK Percentages of Color #ac318a

%0
%72
%20
%33

Triadic Colors of #ac318a

#ac318a #8aac31 #318aac

Analogous Colors of #ac318a

#ac318a #ac314c #9131ac

Monochromatic Colors of #ac318a

#ac318a

Complementary Color

#ac318a #31ac53

#ac318a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac318a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac318a Color CSS Codes

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

#ac318a Text Font Color

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

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


#ac318a Background Color

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

This div background color is #ac318a


#ac318a Border Color

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

This div border color is #ac318a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac318a


Comments

No comments written yet.

Please login to write comment.