Color Hex Logo

#ae364f Color Hex

#AE364F
(174,54,79)
0 Favorites   0 Comments

Color spaces of #ae364f

RGB 1745479
HSL0.970.530.45
HSV348°69°68°
CMYK 0.000.690.55   0.32
XYZ20.186012.20158.6883
Yxy12.20150.49140.2970
Hunter Lab34.930642.02449.7042
CIE-Lab41.534650.320313.0939

#ae364f color RGB value is (174,54,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 01001111
Octal 256 66 117
Decimal 174 54 79
Hex AE 36 4F

RGB Percentages of Color #ae364f

%56.68
%17.59
%25.73

CMYK Percentages of Color #ae364f

%0
%69
%55
%32

Triadic Colors of #ae364f

#ae364f #4fae36 #364fae

Analogous Colors of #ae364f

#ae364f #ae5936 #ae368b

Monochromatic Colors of #ae364f

#ae364f

Complementary Color

#ae364f #36ae95

#ae364f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae364f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae364f Color CSS Codes

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

#ae364f Text Font Color

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

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


#ae364f Background Color

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

This div background color is #ae364f


#ae364f Border Color

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

This div border color is #ae364f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae364f


Comments

No comments written yet.

Please login to write comment.