Color Hex Logo

#ac3383 Color Hex

#AC3383
(172,51,131)
0 Favorites   0 Comments

Color spaces of #ac3383

RGB 17251131
HSL0.890.540.44
HSV320°70°67°
CMYK 0.000.700.24   0.33
XYZ22.293812.777022.7639
Yxy12.77700.38550.2209
Hunter Lab35.744948.7753-12.7370
CIE-Lab42.425356.5225-17.9689

#ac3383 color RGB value is (172,51,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 10000011
Octal 254 63 203
Decimal 172 51 131
Hex AC 33 83

RGB Percentages of Color #ac3383

%48.59
%14.41
%37.01

CMYK Percentages of Color #ac3383

%0
%70
%24
%33

Triadic Colors of #ac3383

#ac3383 #83ac33 #3383ac

Analogous Colors of #ac3383

#ac3383 #ac3347 #9933ac

Monochromatic Colors of #ac3383

#ac3383

Complementary Color

#ac3383 #33ac5c

#ac3383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3383 Color CSS Codes

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

#ac3383 Text Font Color

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

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


#ac3383 Background Color

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

This div background color is #ac3383


#ac3383 Border Color

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

This div border color is #ac3383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3383

#ac3383 Color Palettes


Comments

No comments written yet.

Please login to write comment.