Color Hex Logo

#ae0e80 Color Hex

#AE0E80
(174,14,128)
0 Favorites   0 Comments

Color spaces of #ae0e80

RGB 17414128
HSL0.880.850.37
HSV317°92°68°
CMYK 0.000.920.26   0.32
XYZ21.508910.871321.3868
Yxy10.87130.40000.2022
Hunter Lab32.971758.7432-15.3778
CIE-Lab39.362966.0606-20.8054

#ae0e80 color RGB value is (174,14,128).

#ae0e80 hex color red value is 174, green value is 14 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ae0e80 hue: 0.88 , saturation: 0.85 and the lightness value of ae0e80 is 0.37.

The process color (four color CMYK) of #ae0e80 color hex is 0.00, 0.92, 0.26, 0.32. Web safe color of #ae0e80 is #990099. Color #ae0e80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001110 10000000
Octal 256 16 200
Decimal 174 14 128
Hex AE E 80

RGB Percentages of Color #ae0e80

%55.06
%4.43
%40.51

CMYK Percentages of Color #ae0e80

%0
%92
%26
%32

Triadic Colors of #ae0e80

#ae0e80 #80ae0e #0e80ae

Analogous Colors of #ae0e80

#ae0e80 #ae0e30 #8c0eae

Monochromatic Colors of #ae0e80

#ae0e80

Complementary Color

#ae0e80 #0eae3c

#ae0e80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0e80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0e80 Color CSS Codes

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

#ae0e80 Text Font Color

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

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


#ae0e80 Background Color

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

This div background color is #ae0e80


#ae0e80 Border Color

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

This div border color is #ae0e80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0e80


Comments

No comments written yet.

Please login to write comment.