Color Hex Logo

#ae74ac Color Hex

#AE74AC
(174,116,172)
0 Favorites   0 Comments

Color spaces of #ae74ac

RGB 174116172
HSL0.840.260.57
HSV302°33°68°
CMYK 0.000.330.01   0.32
XYZ31.147324.468042.1109
Yxy24.46800.31870.2504
Hunter Lab49.465125.8342-15.8495
CIE-Lab56.553431.9881-20.6243

#ae74ac color RGB value is (174,116,172).

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

The process color (four color CMYK) of #ae74ac color hex is 0.00, 0.33, 0.01, 0.32. Web safe color of #ae74ac is #996699. Color #ae74ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 10101100
Octal 256 164 254
Decimal 174 116 172
Hex AE 74 AC

RGB Percentages of Color #ae74ac

%37.66
%25.11
%37.23

CMYK Percentages of Color #ae74ac

%0
%33
%1
%32

Triadic Colors of #ae74ac

#ae74ac #acae74 #74acae

Analogous Colors of #ae74ac

#ae74ac #ae748f #9374ae

Monochromatic Colors of #ae74ac

#ae74ac

Complementary Color

#ae74ac #74ae76

#ae74ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae74ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae74ac Color CSS Codes

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

#ae74ac Text Font Color

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

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


#ae74ac Background Color

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

This div background color is #ae74ac


#ae74ac Border Color

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

This div border color is #ae74ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae74ac


Comments

No comments written yet.

Please login to write comment.