Color Hex Logo

#ae354d Color Hex

#AE354D
(174,53,77)
0 Favorites   0 Comments

Color spaces of #ae354d

RGB 1745377
HSL0.970.530.45
HSV348°70°68°
CMYK 0.000.700.56   0.32
XYZ20.068212.08078.2953
Yxy12.08070.49620.2987
Hunter Lab34.757342.237210.1798
CIE-Lab41.344150.560014.0838

#ae354d color RGB value is (174,53,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 01001101
Octal 256 65 115
Decimal 174 53 77
Hex AE 35 4D

RGB Percentages of Color #ae354d

%57.24
%17.43
%25.33

CMYK Percentages of Color #ae354d

%0
%70
%56
%32

Triadic Colors of #ae354d

#ae354d #4dae35 #354dae

Analogous Colors of #ae354d

#ae354d #ae5a35 #ae358a

Monochromatic Colors of #ae354d

#ae354d

Complementary Color

#ae354d #35ae96

#ae354d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae354d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae354d Color CSS Codes

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

#ae354d Text Font Color

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

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


#ae354d Background Color

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

This div background color is #ae354d


#ae354d Border Color

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

This div border color is #ae354d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae354d


Comments

No comments written yet.

Please login to write comment.