Color Hex Logo

#ae003c Color Hex

#AE003C
(174,0,60)
0 Favorites   0 Comments

Color spaces of #ae003c

RGB 174060
HSL0.941.000.34
HSV339°100°68°
CMYK 0.001.000.66   0.32
XYZ18.27129.32495.1119
Yxy9.32490.55860.2851
Hunter Lab30.536753.363711.4504
CIE-Lab36.602561.832018.5437

#ae003c color RGB value is (174,0,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 00111100
Octal 256 0 74
Decimal 174 0 60
Hex AE 0 3C

RGB Percentages of Color #ae003c

%74.36
%0.00
%25.64

CMYK Percentages of Color #ae003c

%0
%100
%66
%32

Triadic Colors of #ae003c

#ae003c #3cae00 #003cae

Analogous Colors of #ae003c

#ae003c #ae1b00 #ae0093

Monochromatic Colors of #ae003c

#ae003c

Complementary Color

#ae003c #00ae72

#ae003c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae003c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae003c Color CSS Codes

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

#ae003c Text Font Color

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

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


#ae003c Background Color

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

This div background color is #ae003c


#ae003c Border Color

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

This div border color is #ae003c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae003c


Comments

No comments written yet.

Please login to write comment.