Color Hex Logo

#ac3cae Color Hex

#AC3CAE
(172,60,174)
0 Favorites   0 Comments

Color spaces of #ac3cae

RGB 17260174
HSL0.830.490.46
HSV299°66°68°
CMYK 0.010.660.00   0.32
XYZ26.269115.058441.5664
Yxy15.05840.31690.1817
Hunter Lab38.805252.9263-36.3453
CIE-Lab45.714159.6819-38.6819

#ac3cae color RGB value is (172,60,174).

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

The process color (four color CMYK) of #ac3cae color hex is 0.01, 0.66, 0.00, 0.32. Web safe color of #ac3cae is #993399. Color #ac3cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111100 10101110
Octal 254 74 256
Decimal 172 60 174
Hex AC 3C AE

RGB Percentages of Color #ac3cae

%42.36
%14.78
%42.86

CMYK Percentages of Color #ac3cae

%1
%66
%0
%32

Triadic Colors of #ac3cae

#ac3cae #aeac3c #3caeac

Analogous Colors of #ac3cae

#ac3cae #ae3c77 #733cae

Monochromatic Colors of #ac3cae

#ac3cae

Complementary Color

#ac3cae #3eae3c

#ac3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3cae Color CSS Codes

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

#ac3cae Text Font Color

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

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


#ac3cae Background Color

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

This div background color is #ac3cae


#ac3cae Border Color

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

This div border color is #ac3cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3cae


Comments

No comments written yet.

Please login to write comment.