Color Hex Logo

#ae094e Color Hex

#AE094E
(174,9,78)
0 Favorites   0 Comments

Color spaces of #ae094e

RGB 174978
HSL0.930.900.36
HSV335°95°68°
CMYK 0.000.950.55   0.32
XYZ18.92849.74418.0909
Yxy9.74410.51490.2650
Hunter Lab31.215553.61126.4832
CIE-Lab37.379261.90327.9499

#ae094e color RGB value is (174,9,78).

#ae094e hex color red value is 174, green value is 9 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ae094e hue: 0.93 , saturation: 0.90 and the lightness value of ae094e is 0.36.

The process color (four color CMYK) of #ae094e color hex is 0.00, 0.95, 0.55, 0.32. Web safe color of #ae094e is #990066. Color #ae094e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 01001110
Octal 256 11 116
Decimal 174 9 78
Hex AE 9 4E

RGB Percentages of Color #ae094e

%66.67
%3.45
%29.89

CMYK Percentages of Color #ae094e

%0
%95
%55
%32

Triadic Colors of #ae094e

#ae094e #4eae09 #094eae

Analogous Colors of #ae094e

#ae094e #ae1709 #ae09a1

Monochromatic Colors of #ae094e

#ae094e

Complementary Color

#ae094e #09ae69

#ae094e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae094e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae094e Color CSS Codes

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

#ae094e Text Font Color

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

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


#ae094e Background Color

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

This div background color is #ae094e


#ae094e Border Color

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

This div border color is #ae094e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae094e


Comments

No comments written yet.

Please login to write comment.