Color Hex Logo

#ac237f Color Hex

#AC237F
(172,35,127)
0 Favorites   0 Comments

Color spaces of #ac237f

RGB 17235127
HSL0.890.660.41
HSV320°80°67°
CMYK 0.000.800.26   0.33
XYZ21.445111.505021.1691
Yxy11.50500.39630.2126
Hunter Lab33.919053.4973-13.2600
CIE-Lab40.418361.2096-18.5898

#ac237f color RGB value is (172,35,127).

#ac237f hex color red value is 172, green value is 35 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ac237f hue: 0.89 , saturation: 0.66 and the lightness value of ac237f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100011 01111111
Octal 254 43 177
Decimal 172 35 127
Hex AC 23 7F

RGB Percentages of Color #ac237f

%51.50
%10.48
%38.02

CMYK Percentages of Color #ac237f

%0
%80
%26
%33

Triadic Colors of #ac237f

#ac237f #7fac23 #237fac

Analogous Colors of #ac237f

#ac237f #ac233b #9523ac

Monochromatic Colors of #ac237f

#ac237f

Complementary Color

#ac237f #23ac50

#ac237f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac237f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac237f Color CSS Codes

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

#ac237f Text Font Color

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

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


#ac237f Background Color

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

This div background color is #ac237f


#ac237f Border Color

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

This div border color is #ac237f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac237f


Comments

No comments written yet.

Please login to write comment.