color codes Logo

#ac228f color codes

#AC228F
(172,34,143)
0 Favorites   0 Comments

Color spaces of #ac228f

RGB 17234143
HSL0.870.670.40
HSV313°80°67°
CMYK 0.000.800.17   0.33
XYZ22.543211.897927.0950
Yxy11.89790.36630.1933
Hunter Lab34.493356.2958-22.4278
CIE-Lab41.053463.5815-27.4299

#ac228f color RGB value is (172,34,143).

#ac228f hex color red value is 172, green value is 34 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ac228f hue: 0.87 , saturation: 0.67 and the lightness value of ac228f is 0.40.

The process color (four color CMYK) of #ac228f color code is 0.00, 0.80, 0.17, 0.33. Web safe color of #ac228f is #993399. Color #ac228f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 10001111
Octal 254 42 217
Decimal 172 34 143
Hex AC 22 8F

RGB Percentages of Color #ac228f

%49.28
%9.74
%40.97

CMYK Percentages of Color #ac228f

%0
%80
%17
%33

Triadic Colors of #ac228f

#ac228f #8fac22 #228fac

Analogous Colors of #ac228f

#ac228f #ac224a #8422ac

Monochromatic Colors of #ac228f

#ac228f

Complementary Color

#ac228f #22ac3f

#ac228f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac228f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac228f Color CSS Codes

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

#ac228f Text Font Color

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

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


#ac228f Background Color

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

This div background color is #ac228f


#ac228f Border Color

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

This div border color is #ac228f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac228f


Comments

No comments written yet.

Please login to write comment.