Color Hex Logo

#ae363a Color Hex

#AE363A
(174,54,58)
0 Favorites   0 Comments

Color spaces of #ae363a

RGB 1745458
HSL0.990.530.45
HSV358°69°68°
CMYK 0.000.690.67   0.32
XYZ19.538411.94255.2783
Yxy11.94250.53150.3249
Hunter Lab34.557940.444215.1347
CIE-Lab41.124648.862725.5660

#ae363a color RGB value is (174,54,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 00111010
Octal 256 66 72
Decimal 174 54 58
Hex AE 36 3A

RGB Percentages of Color #ae363a

%60.84
%18.88
%20.28

CMYK Percentages of Color #ae363a

%0
%69
%67
%32

Triadic Colors of #ae363a

#ae363a #3aae36 #363aae

Analogous Colors of #ae363a

#ae363a #ae6e36 #ae3676

Monochromatic Colors of #ae363a

#ae363a

Complementary Color

#ae363a #36aeaa

#ae363a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae363a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae363a Color CSS Codes

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

#ae363a Text Font Color

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

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


#ae363a Background Color

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

This div background color is #ae363a


#ae363a Border Color

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

This div border color is #ae363a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae363a


Comments

No comments written yet.

Please login to write comment.