Color Hex Logo

#ac339b Color Hex

#AC339B
(172,51,155)
0 Favorites   0 Comments

Color spaces of #ac339b

RGB 17251155
HSL0.860.540.44
HSV308°70°67°
CMYK 0.000.700.10   0.33
XYZ24.113513.504932.3461
Yxy13.50490.34470.1930
Hunter Lab36.749052.8151-26.4621
CIE-Lab43.514459.9995-30.8386

#ac339b color RGB value is (172,51,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 10011011
Octal 254 63 233
Decimal 172 51 155
Hex AC 33 9B

RGB Percentages of Color #ac339b

%45.50
%13.49
%41.01

CMYK Percentages of Color #ac339b

%0
%70
%10
%33

Triadic Colors of #ac339b

#ac339b #9bac33 #339bac

Analogous Colors of #ac339b

#ac339b #ac335e #8133ac

Monochromatic Colors of #ac339b

#ac339b

Complementary Color

#ac339b #33ac44

#ac339b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac339b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac339b Color CSS Codes

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

#ac339b Text Font Color

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

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


#ac339b Background Color

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

This div background color is #ac339b


#ac339b Border Color

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

This div border color is #ac339b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac339b


Comments

No comments written yet.

Please login to write comment.