Color Hex Logo

#ae362e Color Hex

#AE362E
(174,54,46)
0 Favorites   0 Comments

Color spaces of #ae362e

RGB 1745446
HSL0.010.580.43
HSV74°68°
CMYK 0.000.690.74   0.32
XYZ19.267911.83433.8535
Yxy11.83430.55120.3386
Hunter Lab34.401039.775517.4392
CIE-Lab40.951548.240432.5282

#ae362e color RGB value is (174,54,46).

#ae362e hex color red value is 174, green value is 54 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ae362e hue: 0.01 , saturation: 0.58 and the lightness value of ae362e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 00101110
Octal 256 66 56
Decimal 174 54 46
Hex AE 36 2E

RGB Percentages of Color #ae362e

%63.50
%19.71
%16.79

CMYK Percentages of Color #ae362e

%0
%69
%74
%32

Triadic Colors of #ae362e

#ae362e #2eae36 #362eae

Analogous Colors of #ae362e

#ae362e #ae762e #ae2e66

Monochromatic Colors of #ae362e

#ae362e

Complementary Color

#ae362e #2ea6ae

#ae362e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae362e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae362e Color CSS Codes

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

#ae362e Text Font Color

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

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


#ae362e Background Color

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

This div background color is #ae362e


#ae362e Border Color

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

This div border color is #ae362e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae362e


Comments

No comments written yet.

Please login to write comment.