Color Hex Logo

#ae045e Color Hex

#AE045E
(174,4,94)
0 Favorites   0 Comments

Color spaces of #ae045e

RGB 174494
HSL0.910.960.35
HSV328°98°68°
CMYK 0.000.980.46   0.32
XYZ19.51949.893711.4706
Yxy9.89370.47740.2420
Hunter Lab31.454355.72590.3964
CIE-Lab37.651063.7395-1.9563

#ae045e color RGB value is (174,4,94).

#ae045e hex color red value is 174, green value is 4 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae045e hue: 0.91 , saturation: 0.96 and the lightness value of ae045e is 0.35.

The process color (four color CMYK) of #ae045e color hex is 0.00, 0.98, 0.46, 0.32. Web safe color of #ae045e is #990066. Color #ae045e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000100 01011110
Octal 256 4 136
Decimal 174 4 94
Hex AE 4 5E

RGB Percentages of Color #ae045e

%63.97
%1.47
%34.56

CMYK Percentages of Color #ae045e

%0
%98
%46
%32

Triadic Colors of #ae045e

#ae045e #5eae04 #045eae

Analogous Colors of #ae045e

#ae045e #ae0409 #a904ae

Monochromatic Colors of #ae045e

#ae045e

Complementary Color

#ae045e #04ae54

#ae045e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae045e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae045e Color CSS Codes

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

#ae045e Text Font Color

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

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


#ae045e Background Color

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

This div background color is #ae045e


#ae045e Border Color

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

This div border color is #ae045e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae045e


Comments

No comments written yet.

Please login to write comment.