color codes Logo

#ae057e color codes

#AE057E
(174,5,126)
0 Favorites   0 Comments

Color spaces of #ae057e

RGB 1745126
HSL0.880.940.35
HSV317°97°68°
CMYK 0.000.970.28   0.32
XYZ21.275710.613620.6659
Yxy10.61360.40480.2020
Hunter Lab32.578559.5586-14.8051
CIE-Lab38.921966.8561-20.2445

#ae057e color RGB value is (174,5,126).

#ae057e hex color red value is 174, green value is 5 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ae057e hue: 0.88 , saturation: 0.94 and the lightness value of ae057e is 0.35.

The process color (four color CMYK) of #ae057e color code is 0.00, 0.97, 0.28, 0.32. Web safe color of #ae057e is #990066. Color #ae057e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000101 01111110
Octal 256 5 176
Decimal 174 5 126
Hex AE 5 7E

RGB Percentages of Color #ae057e

%57.05
%1.64
%41.31

CMYK Percentages of Color #ae057e

%0
%97
%28
%32

Triadic Colors of #ae057e

#ae057e #7eae05 #057eae

Analogous Colors of #ae057e

#ae057e #ae0529 #8a05ae

Monochromatic Colors of #ae057e

#ae057e

Complementary Color

#ae057e #05ae35

#ae057e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae057e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae057e Color CSS Codes

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

#ae057e Text Font Color

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

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


#ae057e Background Color

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

This div background color is #ae057e


#ae057e Border Color

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

This div border color is #ae057e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae057e


Comments

No comments written yet.

Please login to write comment.