Color Hex Logo

#ae355a Color Hex

#AE355A
(174,53,90)
0 Favorites   0 Comments

Color spaces of #ae355a

RGB 1745390
HSL0.950.530.45
HSV342°70°68°
CMYK 0.000.700.48   0.32
XYZ20.574112.283110.9594
Yxy12.28310.46960.2803
Hunter Lab35.047343.45375.9929
CIE-Lab41.662651.66846.3848

#ae355a color RGB value is (174,53,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 01011010
Octal 256 65 132
Decimal 174 53 90
Hex AE 35 5A

RGB Percentages of Color #ae355a

%54.89
%16.72
%28.39

CMYK Percentages of Color #ae355a

%0
%70
%48
%32

Triadic Colors of #ae355a

#ae355a #5aae35 #355aae

Analogous Colors of #ae355a

#ae355a #ae4d35 #ae3597

Monochromatic Colors of #ae355a

#ae355a

Complementary Color

#ae355a #35ae89

#ae355a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae355a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae355a Color CSS Codes

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

#ae355a Text Font Color

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

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


#ae355a Background Color

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

This div background color is #ae355a


#ae355a Border Color

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

This div border color is #ae355a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae355a


Comments

No comments written yet.

Please login to write comment.