Color Hex Logo

#ae036f Color Hex

#AE036F
(174,3,111)
0 Favorites   0 Comments

Color spaces of #ae036f

RGB 1743111
HSL0.890.970.35
HSV322°98°68°
CMYK 0.000.980.36   0.32
XYZ20.357410.211515.9370
Yxy10.21150.43770.2196
Hunter Lab31.955457.7925-7.2006
CIE-Lab38.219465.4520-11.9195

#ae036f color RGB value is (174,3,111).

#ae036f hex color red value is 174, green value is 3 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae036f hue: 0.89 , saturation: 0.97 and the lightness value of ae036f is 0.35.

The process color (four color CMYK) of #ae036f color hex is 0.00, 0.98, 0.36, 0.32. Web safe color of #ae036f is #990066. Color #ae036f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 01101111
Octal 256 3 157
Decimal 174 3 111
Hex AE 3 6F

RGB Percentages of Color #ae036f

%60.42
%1.04
%38.54

CMYK Percentages of Color #ae036f

%0
%98
%36
%32

Triadic Colors of #ae036f

#ae036f #6fae03 #036fae

Analogous Colors of #ae036f

#ae036f #ae0319 #9803ae

Monochromatic Colors of #ae036f

#ae036f

Complementary Color

#ae036f #03ae42

#ae036f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae036f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae036f Color CSS Codes

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

#ae036f Text Font Color

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

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


#ae036f Background Color

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

This div background color is #ae036f


#ae036f Border Color

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

This div border color is #ae036f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae036f


Comments

No comments written yet.

Please login to write comment.