Color Hex Logo

#ac14ae Color Hex

#AC14AE
(172,20,174)
0 Favorites   0 Comments

Color spaces of #ac14ae

RGB 17220174
HSL0.830.790.38
HSV299°89°68°
CMYK 0.010.890.00   0.32
XYZ24.903412.327041.1112
Yxy12.32700.31790.1573
Hunter Lab35.109865.1678-44.8476
CIE-Lab41.731271.1047-45.0174

#ac14ae color RGB value is (172,20,174).

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

The process color (four color CMYK) of #ac14ae color hex is 0.01, 0.89, 0.00, 0.32. Web safe color of #ac14ae is #990099. Color #ac14ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 10101110
Octal 254 24 256
Decimal 172 20 174
Hex AC 14 AE

RGB Percentages of Color #ac14ae

%46.99
%5.46
%47.54

CMYK Percentages of Color #ac14ae

%1
%89
%0
%32

Triadic Colors of #ac14ae

#ac14ae #aeac14 #14aeac

Analogous Colors of #ac14ae

#ac14ae #ae1463 #5f14ae

Monochromatic Colors of #ac14ae

#ac14ae

Complementary Color

#ac14ae #16ae14

#ac14ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac14ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac14ae Color CSS Codes

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

#ac14ae Text Font Color

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

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


#ac14ae Background Color

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

This div background color is #ac14ae


#ac14ae Border Color

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

This div border color is #ac14ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac14ae


Comments

No comments written yet.

Please login to write comment.