Color Hex Logo

#ae43ac Color Hex

#AE43AC
(174,67,172)
0 Favorites   0 Comments

Color spaces of #ae43ac

RGB 17467172
HSL0.840.440.47
HSV301°61°68°
CMYK 0.000.610.01   0.32
XYZ26.909115.991540.6981
Yxy15.99150.32190.1913
Hunter Lab39.989450.1324-32.3482
CIE-Lab46.963356.9210-35.5107

#ae43ac color RGB value is (174,67,172).

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

The process color (four color CMYK) of #ae43ac color hex is 0.00, 0.61, 0.01, 0.32. Web safe color of #ae43ac is #993399. Color #ae43ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 10101100
Octal 256 103 254
Decimal 174 67 172
Hex AE 43 AC

RGB Percentages of Color #ae43ac

%42.13
%16.22
%41.65

CMYK Percentages of Color #ae43ac

%0
%61
%1
%32

Triadic Colors of #ae43ac

#ae43ac #acae43 #43acae

Analogous Colors of #ae43ac

#ae43ac #ae4377 #7b43ae

Monochromatic Colors of #ae43ac

#ae43ac

Complementary Color

#ae43ac #43ae45

#ae43ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae43ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae43ac Color CSS Codes

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

#ae43ac Text Font Color

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

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


#ae43ac Background Color

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

This div background color is #ae43ac


#ae43ac Border Color

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

This div border color is #ae43ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae43ac


Comments

No comments written yet.

Please login to write comment.