Color Hex Logo

#ac387f Color Hex

#AC387F
(172,56,127)
0 Favorites   0 Comments

Color spaces of #ac387f

RGB 17256127
HSL0.900.510.45
HSV323°67°67°
CMYK 0.000.670.26   0.33
XYZ22.258213.131321.4401
Yxy13.13130.39170.2311
Hunter Lab36.237146.2264-9.7136
CIE-Lab42.960454.0517-14.6992

#ac387f color RGB value is (172,56,127).

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

The process color (four color CMYK) of #ac387f color hex is 0.00, 0.67, 0.26, 0.33. Web safe color of #ac387f is #993366. Color #ac387f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111000 01111111
Octal 254 70 177
Decimal 172 56 127
Hex AC 38 7F

RGB Percentages of Color #ac387f

%48.45
%15.77
%35.77

CMYK Percentages of Color #ac387f

%0
%67
%26
%33

Triadic Colors of #ac387f

#ac387f #7fac38 #387fac

Analogous Colors of #ac387f

#ac387f #ac3845 #9f38ac

Monochromatic Colors of #ac387f

#ac387f

Complementary Color

#ac387f #38ac65

#ac387f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac387f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac387f Color CSS Codes

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

#ac387f Text Font Color

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

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


#ac387f Background Color

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

This div background color is #ac387f


#ac387f Border Color

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

This div border color is #ac387f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac387f


Comments

No comments written yet.

Please login to write comment.