Color Hex Logo

#ae364a Color Hex

#AE364A
(174,54,74)
0 Favorites   0 Comments

Color spaces of #ae364a

RGB 1745474
HSL0.970.530.45
HSV350°69°68°
CMYK 0.000.690.57   0.32
XYZ20.010812.13147.7655
Yxy12.13140.50140.3040
Hunter Lab34.830241.599911.1622
CIE-Lab41.424249.930616.0668

#ae364a color RGB value is (174,54,74).

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

The process color (four color CMYK) of #ae364a color hex is 0.00, 0.69, 0.57, 0.32. Web safe color of #ae364a is #993333. Color #ae364a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 01001010
Octal 256 66 112
Decimal 174 54 74
Hex AE 36 4A

RGB Percentages of Color #ae364a

%57.62
%17.88
%24.50

CMYK Percentages of Color #ae364a

%0
%69
%57
%32

Triadic Colors of #ae364a

#ae364a #4aae36 #364aae

Analogous Colors of #ae364a

#ae364a #ae5e36 #ae3686

Monochromatic Colors of #ae364a

#ae364a

Complementary Color

#ae364a #36ae9a

#ae364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae364a Color CSS Codes

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

#ae364a Text Font Color

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

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


#ae364a Background Color

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

This div background color is #ae364a


#ae364a Border Color

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

This div border color is #ae364a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae364a


Comments

No comments written yet.

Please login to write comment.