Color Hex Logo

#ae2321 Color Hex

#AE2321
(174,35,33)
0 Favorites   0 Comments

Color spaces of #ae2321

RGB 1743533
HSL0.000.680.41
HSV81°68°
CMYK 0.000.800.81   0.32
XYZ18.331110.31052.4628
Yxy10.31050.58930.3315
Hunter Lab32.110045.710517.9295
CIE-Lab38.394054.424737.2215

#ae2321 color RGB value is (174,35,33).

#ae2321 hex color red value is 174, green value is 35 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ae2321 hue: 0.00 , saturation: 0.68 and the lightness value of ae2321 is 0.41.

The process color (four color CMYK) of #ae2321 color hex is 0.00, 0.80, 0.81, 0.32. Web safe color of #ae2321 is #993333. Color #ae2321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 00100001
Octal 256 43 41
Decimal 174 35 33
Hex AE 23 21

RGB Percentages of Color #ae2321

%71.90
%14.46
%13.64

CMYK Percentages of Color #ae2321

%0
%80
%81
%32

Triadic Colors of #ae2321

#ae2321 #21ae23 #2321ae

Analogous Colors of #ae2321

#ae2321 #ae6a21 #ae2166

Monochromatic Colors of #ae2321

#ae2321

Complementary Color

#ae2321 #21acae

#ae2321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2321 Color CSS Codes

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

#ae2321 Text Font Color

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

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


#ae2321 Background Color

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

This div background color is #ae2321


#ae2321 Border Color

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

This div border color is #ae2321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2321


Comments

No comments written yet.

Please login to write comment.