Color Hex Logo

#ac399b Color Hex

#AC399B
(172,57,155)
0 Favorites   0 Comments

Color spaces of #ac399b

RGB 17257155
HSL0.860.500.45
HSV309°67°67°
CMYK 0.000.670.10   0.33
XYZ24.392814.063532.4392
Yxy14.06350.34410.1984
Hunter Lab37.501350.4783-25.0358
CIE-Lab44.323957.7276-29.5709

#ac399b color RGB value is (172,57,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 10011011
Octal 254 71 233
Decimal 172 57 155
Hex AC 39 9B

RGB Percentages of Color #ac399b

%44.79
%14.84
%40.36

CMYK Percentages of Color #ac399b

%0
%67
%10
%33

Triadic Colors of #ac399b

#ac399b #9bac39 #399bac

Analogous Colors of #ac399b

#ac399b #ac3961 #8439ac

Monochromatic Colors of #ac399b

#ac399b

Complementary Color

#ac399b #39ac4a

#ac399b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac399b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac399b Color CSS Codes

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

#ac399b Text Font Color

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

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


#ac399b Background Color

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

This div background color is #ac399b


#ac399b Border Color

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

This div border color is #ac399b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac399b


Comments

No comments written yet.

Please login to write comment.