Color Hex Logo

#ae002f Color Hex

#AE002F
(174,0,47)
0 Favorites   0 Comments

Color spaces of #ae002f

RGB 174047
HSL0.951.000.34
HSV344°100°68°
CMYK 0.001.000.73   0.32
XYZ17.96869.20393.5188
Yxy9.20390.58550.2999
Hunter Lab30.337952.630914.3597
CIE-Lab36.373961.215026.5947

#ae002f color RGB value is (174,0,47).

#ae002f hex color red value is 174, green value is 0 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ae002f hue: 0.95 , saturation: 1.00 and the lightness value of ae002f is 0.34.

The process color (four color CMYK) of #ae002f color hex is 0.00, 1.00, 0.73, 0.32. Web safe color of #ae002f is #990033. Color #ae002f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 00101111
Octal 256 0 57
Decimal 174 0 47
Hex AE 0 2F

RGB Percentages of Color #ae002f

%78.73
%0.00
%21.27

CMYK Percentages of Color #ae002f

%0
%100
%73
%32

Triadic Colors of #ae002f

#ae002f #2fae00 #002fae

Analogous Colors of #ae002f

#ae002f #ae2800 #ae0086

Monochromatic Colors of #ae002f

#ae002f

Complementary Color

#ae002f #00ae7f

#ae002f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae002f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae002f Color CSS Codes

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

#ae002f Text Font Color

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

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


#ae002f Background Color

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

This div background color is #ae002f


#ae002f Border Color

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

This div border color is #ae002f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae002f


Comments

No comments written yet.

Please login to write comment.