Color Hex Logo

#ac319d Color Hex

#AC319D
(172,49,157)
0 Favorites   0 Comments

Color spaces of #ac319d

RGB 17249157
HSL0.850.560.43
HSV307°72°67°
CMYK 0.000.720.09   0.33
XYZ24.197413.401633.2097
Yxy13.40160.34170.1893
Hunter Lab36.608253.9211-28.1601
CIE-Lab43.362261.0219-32.2782

#ac319d color RGB value is (172,49,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 10011101
Octal 254 61 235
Decimal 172 49 157
Hex AC 31 9D

RGB Percentages of Color #ac319d

%45.50
%12.96
%41.53

CMYK Percentages of Color #ac319d

%0
%72
%9
%33

Triadic Colors of #ac319d

#ac319d #9dac31 #319dac

Analogous Colors of #ac319d

#ac319d #ac315f #7e31ac

Monochromatic Colors of #ac319d

#ac319d

Complementary Color

#ac319d #31ac40

#ac319d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac319d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac319d Color CSS Codes

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

#ac319d Text Font Color

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

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


#ac319d Background Color

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

This div background color is #ac319d


#ac319d Border Color

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

This div border color is #ac319d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac319d


Comments

No comments written yet.

Please login to write comment.