Color Hex Logo

#ac319b Color Hex

#AC319B
(172,49,155)
0 Favorites   0 Comments

Color spaces of #ac319b

RGB 17249155
HSL0.860.560.43
HSV308°72°67°
CMYK 0.000.720.10   0.33
XYZ24.028013.333832.3176
Yxy13.33380.34480.1914
Hunter Lab36.515553.5549-26.9131
CIE-Lab43.262060.7129-31.2346

#ac319b color RGB value is (172,49,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 10011011
Octal 254 61 233
Decimal 172 49 155
Hex AC 31 9B

RGB Percentages of Color #ac319b

%45.74
%13.03
%41.22

CMYK Percentages of Color #ac319b

%0
%72
%10
%33

Triadic Colors of #ac319b

#ac319b #9bac31 #319bac

Analogous Colors of #ac319b

#ac319b #ac315e #8031ac

Monochromatic Colors of #ac319b

#ac319b

Complementary Color

#ac319b #31ac42

#ac319b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac319b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac319b Color CSS Codes

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

#ac319b Text Font Color

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

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


#ac319b Background Color

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

This div background color is #ac319b


#ac319b Border Color

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

This div border color is #ac319b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac319b


Comments

No comments written yet.

Please login to write comment.