Color Hex Logo

#ae226f Color Hex

#AE226F
(174,34,111)
0 Favorites   0 Comments

Color spaces of #ae226f

RGB 17434111
HSL0.910.670.41
HSV327°80°68°
CMYK 0.000.800.36   0.32
XYZ20.896811.290416.1168
Yxy11.29040.43260.2337
Hunter Lab33.601252.2082-4.9176
CIE-Lab40.065360.1144-9.1317

#ae226f color RGB value is (174,34,111).

#ae226f hex color red value is 174, green value is 34 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae226f hue: 0.91 , saturation: 0.67 and the lightness value of ae226f is 0.41.

The process color (four color CMYK) of #ae226f color hex is 0.00, 0.80, 0.36, 0.32. Web safe color of #ae226f is #993366. Color #ae226f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 01101111
Octal 256 42 157
Decimal 174 34 111
Hex AE 22 6F

RGB Percentages of Color #ae226f

%54.55
%10.66
%34.80

CMYK Percentages of Color #ae226f

%0
%80
%36
%32

Triadic Colors of #ae226f

#ae226f #6fae22 #226fae

Analogous Colors of #ae226f

#ae226f #ae2229 #a722ae

Monochromatic Colors of #ae226f

#ae226f

Complementary Color

#ae226f #22ae61

#ae226f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae226f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae226f Color CSS Codes

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

#ae226f Text Font Color

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

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


#ae226f Background Color

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

This div background color is #ae226f


#ae226f Border Color

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

This div border color is #ae226f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,34,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 #ae226f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae226f


Comments

No comments written yet.

Please login to write comment.