color codes Logo

#ac1e6e color codes

#AC1E6E
(172,30,110)
0 Favorites   0 Comments

Color spaces of #ac1e6e

RGB 17230110
HSL0.910.700.40
HSV326°83°67°
CMYK 0.000.830.36   0.33
XYZ20.292010.825015.7718
Yxy10.82500.43280.2309
Hunter Lab32.901452.5129-5.3907
CIE-Lab39.284160.5417-9.7182

#ac1e6e color RGB value is (172,30,110).

#ac1e6e hex color red value is 172, green value is 30 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ac1e6e hue: 0.91 , saturation: 0.70 and the lightness value of ac1e6e is 0.40.

The process color (four color CMYK) of #ac1e6e color code is 0.00, 0.83, 0.36, 0.33. Web safe color of #ac1e6e is #993366. Color #ac1e6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011110 01101110
Octal 254 36 156
Decimal 172 30 110
Hex AC 1E 6E

RGB Percentages of Color #ac1e6e

%55.13
%9.62
%35.26

CMYK Percentages of Color #ac1e6e

%0
%83
%36
%33

Triadic Colors of #ac1e6e

#ac1e6e #6eac1e #1e6eac

Analogous Colors of #ac1e6e

#ac1e6e #ac1e27 #a31eac

Monochromatic Colors of #ac1e6e

#ac1e6e

Complementary Color

#ac1e6e #1eac5c

#ac1e6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1e6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1e6e Color CSS Codes

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

#ac1e6e Text Font Color

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

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


#ac1e6e Background Color

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

This div background color is #ac1e6e


#ac1e6e Border Color

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

This div border color is #ac1e6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1e6e


Comments

No comments written yet.

Please login to write comment.