Color Hex Logo

#ae305e Color Hex

#AE305E
(174,48,94)
0 Favorites   0 Comments

Color spaces of #ae305e

RGB 1744894
HSL0.940.570.44
HSV338°72°68°
CMYK 0.000.720.46   0.32
XYZ20.532911.920711.8084
Yxy11.92070.46390.2693
Hunter Lab34.526445.73323.8906
CIE-Lab41.089853.93663.0544

#ae305e color RGB value is (174,48,94).

#ae305e hex color red value is 174, green value is 48 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae305e hue: 0.94 , saturation: 0.57 and the lightness value of ae305e is 0.44.

The process color (four color CMYK) of #ae305e color hex is 0.00, 0.72, 0.46, 0.32. Web safe color of #ae305e is #993366. Color #ae305e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 01011110
Octal 256 60 136
Decimal 174 48 94
Hex AE 30 5E

RGB Percentages of Color #ae305e

%55.06
%15.19
%29.75

CMYK Percentages of Color #ae305e

%0
%72
%46
%32

Triadic Colors of #ae305e

#ae305e #5eae30 #305eae

Analogous Colors of #ae305e

#ae305e #ae4130 #ae309d

Monochromatic Colors of #ae305e

#ae305e

Complementary Color

#ae305e #30ae80

#ae305e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae305e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae305e Color CSS Codes

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

#ae305e Text Font Color

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

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


#ae305e Background Color

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

This div background color is #ae305e


#ae305e Border Color

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

This div border color is #ae305e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae305e


Comments

No comments written yet.

Please login to write comment.