Color Hex Logo

#ae394f Color Hex

#AE394F
(174,57,79)
0 Favorites   0 Comments

Color spaces of #ae394f

RGB 1745779
HSL0.970.510.45
HSV349°67°68°
CMYK 0.000.670.55   0.32
XYZ20.330012.48948.7363
Yxy12.48940.48920.3005
Hunter Lab35.340340.838910.0815
CIE-Lab41.983649.092613.7098

#ae394f color RGB value is (174,57,79).

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

The process color (four color CMYK) of #ae394f color hex is 0.00, 0.67, 0.55, 0.32. Web safe color of #ae394f is #993366. Color #ae394f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 01001111
Octal 256 71 117
Decimal 174 57 79
Hex AE 39 4F

RGB Percentages of Color #ae394f

%56.13
%18.39
%25.48

CMYK Percentages of Color #ae394f

%0
%67
%55
%32

Triadic Colors of #ae394f

#ae394f #4fae39 #394fae

Analogous Colors of #ae394f

#ae394f #ae5e39 #ae398a

Monochromatic Colors of #ae394f

#ae394f

Complementary Color

#ae394f #39ae98

#ae394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae394f Color CSS Codes

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

#ae394f Text Font Color

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

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


#ae394f Background Color

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

This div background color is #ae394f


#ae394f Border Color

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

This div border color is #ae394f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae394f


Comments

No comments written yet.

Please login to write comment.