Color Hex Logo

#ae003f Color Hex

#AE003F
(174,0,63)
0 Favorites   0 Comments

Color spaces of #ae003f

RGB 174063
HSL0.941.000.34
HSV338°100°68°
CMYK 0.001.000.64   0.32
XYZ18.35289.35765.5415
Yxy9.35760.55190.2814
Hunter Lab30.590253.559510.6726
CIE-Lab36.663961.996216.6826

#ae003f color RGB value is (174,0,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 00111111
Octal 256 0 77
Decimal 174 0 63
Hex AE 0 3F

RGB Percentages of Color #ae003f

%73.42
%0.00
%26.58

CMYK Percentages of Color #ae003f

%0
%100
%64
%32

Triadic Colors of #ae003f

#ae003f #3fae00 #003fae

Analogous Colors of #ae003f

#ae003f #ae1800 #ae0096

Monochromatic Colors of #ae003f

#ae003f

Complementary Color

#ae003f #00ae6f

#ae003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae003f Color CSS Codes

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

#ae003f Text Font Color

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

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


#ae003f Background Color

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

This div background color is #ae003f


#ae003f Border Color

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

This div border color is #ae003f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae003f


Comments

No comments written yet.

Please login to write comment.