Color Hex Logo

#ae362b Color Hex

#AE362B
(174,54,43)
0 Favorites   0 Comments

Color spaces of #ae362b

RGB 1745443
HSL0.010.600.43
HSV75°68°
CMYK 0.000.690.75   0.32
XYZ19.210811.81143.5528
Yxy11.81140.55560.3416
Hunter Lab34.367739.634117.9282
CIE-Lab40.914848.108434.2192

#ae362b color RGB value is (174,54,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 00101011
Octal 256 66 53
Decimal 174 54 43
Hex AE 36 2B

RGB Percentages of Color #ae362b

%64.21
%19.93
%15.87

CMYK Percentages of Color #ae362b

%0
%69
%75
%32

Triadic Colors of #ae362b

#ae362b #2bae36 #362bae

Analogous Colors of #ae362b

#ae362b #ae782b #ae2b62

Monochromatic Colors of #ae362b

#ae362b

Complementary Color

#ae362b #2ba3ae

#ae362b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae362b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae362b Color CSS Codes

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

#ae362b Text Font Color

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

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


#ae362b Background Color

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

This div background color is #ae362b


#ae362b Border Color

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

This div border color is #ae362b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae362b


Comments

No comments written yet.

Please login to write comment.