Color Hex Logo

#ac388e Color Hex

#AC388E
(172,56,142)
0 Favorites   0 Comments

Color spaces of #ac388e

RGB 17256142
HSL0.880.510.45
HSV316°67°67°
CMYK 0.000.670.17   0.33
XYZ23.309913.552026.9784
Yxy13.55200.36510.2123
Hunter Lab36.813048.6028-17.6815
CIE-Lab43.583556.1456-22.8870

#ac388e color RGB value is (172,56,142).

#ac388e hex color red value is 172, green value is 56 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ac388e hue: 0.88 , saturation: 0.51 and the lightness value of ac388e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111000 10001110
Octal 254 70 216
Decimal 172 56 142
Hex AC 38 8E

RGB Percentages of Color #ac388e

%46.49
%15.14
%38.38

CMYK Percentages of Color #ac388e

%0
%67
%17
%33

Triadic Colors of #ac388e

#ac388e #8eac38 #388eac

Analogous Colors of #ac388e

#ac388e #ac3854 #9038ac

Monochromatic Colors of #ac388e

#ac388e

Complementary Color

#ac388e #38ac56

#ac388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac388e Color CSS Codes

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

#ac388e Text Font Color

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

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


#ac388e Background Color

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

This div background color is #ac388e


#ac388e Border Color

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

This div border color is #ac388e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac388e


Comments

No comments written yet.

Please login to write comment.