color codes Logo

#ac6eae color codes

#AC6EAE
(172,110,174)
0 Favorites   0 Comments

Color spaces of #ac6eae

RGB 172110174
HSL0.830.280.56
HSV298°37°68°
CMYK 0.010.370.00   0.32
XYZ30.229222.978542.8864
Yxy22.97850.31460.2391
Hunter Lab47.935928.6774-19.4894
CIE-Lab55.050235.0464-24.1050

#ac6eae color RGB value is (172,110,174).

#ac6eae hex color red value is 172, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac6eae hue: 0.83 , saturation: 0.28 and the lightness value of ac6eae is 0.56.

The process color (four color CMYK) of #ac6eae color code is 0.01, 0.37, 0.00, 0.32. Web safe color of #ac6eae is #996699. Color #ac6eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101110 10101110
Octal 254 156 256
Decimal 172 110 174
Hex AC 6E AE

RGB Percentages of Color #ac6eae

%37.72
%24.12
%38.16

CMYK Percentages of Color #ac6eae

%1
%37
%0
%32

Triadic Colors of #ac6eae

#ac6eae #aeac6e #6eaeac

Analogous Colors of #ac6eae

#ac6eae #ae6e90 #8c6eae

Monochromatic Colors of #ac6eae

#ac6eae

Complementary Color

#ac6eae #70ae6e

#ac6eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6eae Color CSS Codes

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

#ac6eae Text Font Color

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

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


#ac6eae Background Color

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

This div background color is #ac6eae


#ac6eae Border Color

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

This div border color is #ac6eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6eae


Comments

No comments written yet.

Please login to write comment.