Color Hex Logo

#ae355f Color Hex

#AE355F
(174,53,95)
0 Favorites   0 Comments

Color spaces of #ae355f

RGB 1745395
HSL0.940.530.45
HSV339°70°68°
CMYK 0.000.700.45   0.32
XYZ20.794212.371112.1184
Yxy12.37110.45920.2732
Hunter Lab35.172643.97814.1930
CIE-Lab41.799952.14303.4514

#ae355f color RGB value is (174,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 01011111
Octal 256 65 137
Decimal 174 53 95
Hex AE 35 5F

RGB Percentages of Color #ae355f

%54.04
%16.46
%29.50

CMYK Percentages of Color #ae355f

%0
%70
%45
%32

Triadic Colors of #ae355f

#ae355f #5fae35 #355fae

Analogous Colors of #ae355f

#ae355f #ae4835 #ae359c

Monochromatic Colors of #ae355f

#ae355f

Complementary Color

#ae355f #35ae84

#ae355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae355f Color CSS Codes

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

#ae355f Text Font Color

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

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


#ae355f Background Color

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

This div background color is #ae355f


#ae355f Border Color

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

This div border color is #ae355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae355f


Comments

No comments written yet.

Please login to write comment.