Color Hex Logo

#ae355e Color Hex

#AE355E
(174,53,94)
0 Favorites   0 Comments

Color spaces of #ae355e

RGB 1745394
HSL0.940.530.45
HSV340°70°68°
CMYK 0.000.700.46   0.32
XYZ20.749012.353011.8805
Yxy12.35300.46130.2746
Hunter Lab35.146843.87084.5613
CIE-Lab41.771752.04614.0365

#ae355e color RGB value is (174,53,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 01011110
Octal 256 65 136
Decimal 174 53 94
Hex AE 35 5E

RGB Percentages of Color #ae355e

%54.21
%16.51
%29.28

CMYK Percentages of Color #ae355e

%0
%70
%46
%32

Triadic Colors of #ae355e

#ae355e #5eae35 #355eae

Analogous Colors of #ae355e

#ae355e #ae4935 #ae359b

Monochromatic Colors of #ae355e

#ae355e

Complementary Color

#ae355e #35ae85

#ae355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae355e Color CSS Codes

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

#ae355e Text Font Color

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

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


#ae355e Background Color

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

This div background color is #ae355e


#ae355e Border Color

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

This div border color is #ae355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae355e


Comments

No comments written yet.

Please login to write comment.