Color Hex Logo

#ac127c Color Hex

#AC127C
(172,18,124)
0 Favorites   0 Comments

Color spaces of #ac127c

RGB 17218124
HSL0.890.810.37
HSV319°90°67°
CMYK 0.000.900.28   0.33
XYZ20.867710.658520.0262
Yxy10.65850.40480.2068
Hunter Lab32.647456.9616-13.5159
CIE-Lab38.999264.5695-18.9127

#ac127c color RGB value is (172,18,124).

#ac127c hex color red value is 172, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ac127c hue: 0.89 , saturation: 0.81 and the lightness value of ac127c is 0.37.

The process color (four color CMYK) of #ac127c color hex is 0.00, 0.90, 0.28, 0.33. Web safe color of #ac127c is #990066. Color #ac127c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 01111100
Octal 254 22 174
Decimal 172 18 124
Hex AC 12 7C

RGB Percentages of Color #ac127c

%54.78
%5.73
%39.49

CMYK Percentages of Color #ac127c

%0
%90
%28
%33

Triadic Colors of #ac127c

#ac127c #7cac12 #127cac

Analogous Colors of #ac127c

#ac127c #ac122f #8f12ac

Monochromatic Colors of #ac127c

#ac127c

Complementary Color

#ac127c #12ac42

#ac127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac127c Color CSS Codes

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

#ac127c Text Font Color

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

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


#ac127c Background Color

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

This div background color is #ac127c


#ac127c Border Color

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

This div border color is #ac127c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac127c


Comments

No comments written yet.

Please login to write comment.