Color Hex Logo

#ae13ac Color Hex

#AE13AC
(174,19,172)
0 Favorites   0 Comments

Color spaces of #ae13ac

RGB 17419172
HSL0.840.800.38
HSV301°89°68°
CMYK 0.000.890.01   0.32
XYZ25.134812.443040.1067
Yxy12.44300.32350.1602
Hunter Lab35.274665.4588-42.7195
CIE-Lab41.911771.3145-43.5191

#ae13ac color RGB value is (174,19,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010011 10101100
Octal 256 23 254
Decimal 174 19 172
Hex AE 13 AC

RGB Percentages of Color #ae13ac

%47.67
%5.21
%47.12

CMYK Percentages of Color #ae13ac

%0
%89
%1
%32

Triadic Colors of #ae13ac

#ae13ac #acae13 #13acae

Analogous Colors of #ae13ac

#ae13ac #ae135f #6313ae

Monochromatic Colors of #ae13ac

#ae13ac

Complementary Color

#ae13ac #13ae15

#ae13ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae13ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae13ac Color CSS Codes

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

#ae13ac Text Font Color

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

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


#ae13ac Background Color

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

This div background color is #ae13ac


#ae13ac Border Color

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

This div border color is #ae13ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae13ac


Comments

No comments written yet.

Please login to write comment.