Color Hex Logo

#ae245e Color Hex

#AE245E
(174,36,94)
0 Favorites   0 Comments

Color spaces of #ae245e

RGB 1743694
HSL0.930.660.41
HSV335°79°68°
CMYK 0.000.790.46   0.32
XYZ20.106811.068611.6664
Yxy11.06860.46930.2584
Hunter Lab33.269549.65682.4978
CIE-Lab39.695857.85561.0348

#ae245e color RGB value is (174,36,94).

#ae245e hex color red value is 174, green value is 36 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae245e hue: 0.93 , saturation: 0.66 and the lightness value of ae245e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 01011110
Octal 256 44 136
Decimal 174 36 94
Hex AE 24 5E

RGB Percentages of Color #ae245e

%57.24
%11.84
%30.92

CMYK Percentages of Color #ae245e

%0
%79
%46
%32

Triadic Colors of #ae245e

#ae245e #5eae24 #245eae

Analogous Colors of #ae245e

#ae245e #ae2f24 #ae24a3

Monochromatic Colors of #ae245e

#ae245e

Complementary Color

#ae245e #24ae74

#ae245e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae245e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae245e Color CSS Codes

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

#ae245e Text Font Color

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

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


#ae245e Background Color

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

This div background color is #ae245e


#ae245e Border Color

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

This div border color is #ae245e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae245e


Comments

No comments written yet.

Please login to write comment.