Color Hex Logo

#ae1c2d Color Hex

#AE1C2D
(174,28,45)
0 Favorites   0 Comments

Color spaces of #ae1c2d

RGB 1742845
HSL0.980.720.40
HSV353°84°68°
CMYK 0.000.840.74   0.32
XYZ18.344510.01863.4496
Yxy10.01860.57660.3149
Hunter Lab31.652248.061115.6948
CIE-Lab37.875856.728829.6045

#ae1c2d color RGB value is (174,28,45).

#ae1c2d hex color red value is 174, green value is 28 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ae1c2d hue: 0.98 , saturation: 0.72 and the lightness value of ae1c2d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011100 00101101
Octal 256 34 55
Decimal 174 28 45
Hex AE 1C 2D

RGB Percentages of Color #ae1c2d

%70.45
%11.34
%18.22

CMYK Percentages of Color #ae1c2d

%0
%84
%74
%32

Triadic Colors of #ae1c2d

#ae1c2d #2dae1c #1c2dae

Analogous Colors of #ae1c2d

#ae1c2d #ae541c #ae1c76

Monochromatic Colors of #ae1c2d

#ae1c2d

Complementary Color

#ae1c2d #1cae9d

#ae1c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1c2d Color CSS Codes

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

#ae1c2d Text Font Color

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

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


#ae1c2d Background Color

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

This div background color is #ae1c2d


#ae1c2d Border Color

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

This div border color is #ae1c2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1c2d


Comments

No comments written yet.

Please login to write comment.