color codes Logo

#ae365e color codes

#AE365E
(174,54,94)
0 Favorites   0 Comments

Color spaces of #ae365e

RGB 1745494
HSL0.940.530.45
HSV340°69°68°
CMYK 0.000.690.46   0.32
XYZ20.795112.445211.8958
Yxy12.44520.46070.2757
Hunter Lab35.277843.48394.7016
CIE-Lab41.915151.65094.2427

#ae365e color RGB value is (174,54,94).

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

The process color (four color CMYK) of #ae365e color code is 0.00, 0.69, 0.46, 0.32. Web safe color of #ae365e is #993366. Color #ae365e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 01011110
Octal 256 66 136
Decimal 174 54 94
Hex AE 36 5E

RGB Percentages of Color #ae365e

%54.04
%16.77
%29.19

CMYK Percentages of Color #ae365e

%0
%69
%46
%32

Triadic Colors of #ae365e

#ae365e #5eae36 #365eae

Analogous Colors of #ae365e

#ae365e #ae4a36 #ae369a

Monochromatic Colors of #ae365e

#ae365e

Complementary Color

#ae365e #36ae86

#ae365e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae365e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae365e Color CSS Codes

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

#ae365e Text Font Color

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

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


#ae365e Background Color

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

This div background color is #ae365e


#ae365e Border Color

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

This div border color is #ae365e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae365e


Comments

No comments written yet.

Please login to write comment.