Color Hex Logo

#ae23ac Color Hex

#AE23AC
(174,35,172)
0 Favorites   0 Comments

Color spaces of #ae23ac

RGB 17435172
HSL0.840.670.41
HSV301°80°68°
CMYK 0.000.800.01   0.32
XYZ25.503013.179340.2294
Yxy13.17930.32320.1670
Hunter Lab36.303361.8651-40.2897
CIE-Lab43.032268.0445-41.7334

#ae23ac color RGB value is (174,35,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 10101100
Octal 256 43 254
Decimal 174 35 172
Hex AE 23 AC

RGB Percentages of Color #ae23ac

%45.67
%9.19
%45.14

CMYK Percentages of Color #ae23ac

%0
%80
%1
%32

Triadic Colors of #ae23ac

#ae23ac #acae23 #23acae

Analogous Colors of #ae23ac

#ae23ac #ae2367 #6b23ae

Monochromatic Colors of #ae23ac

#ae23ac

Complementary Color

#ae23ac #23ae25

#ae23ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae23ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae23ac Color CSS Codes

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

#ae23ac Text Font Color

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

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


#ae23ac Background Color

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

This div background color is #ae23ac


#ae23ac Border Color

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

This div border color is #ae23ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae23ac


Comments

No comments written yet.

Please login to write comment.