Color Hex Logo

#ae416f Color Hex

#AE416F
(174,65,111)
0 Favorites   0 Comments

Color spaces of #ae416f

RGB 17465111
HSL0.930.460.47
HSV335°63°68°
CMYK 0.000.630.36   0.32
XYZ22.215113.927016.5562
Yxy13.92700.42160.2643
Hunter Lab37.318940.9490-0.1803
CIE-Lab44.128148.8197-3.0799

#ae416f color RGB value is (174,65,111).

#ae416f hex color red value is 174, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae416f hue: 0.93 , saturation: 0.46 and the lightness value of ae416f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 01101111
Octal 256 101 157
Decimal 174 65 111
Hex AE 41 6F

RGB Percentages of Color #ae416f

%49.71
%18.57
%31.71

CMYK Percentages of Color #ae416f

%0
%63
%36
%32

Triadic Colors of #ae416f

#ae416f #6fae41 #416fae

Analogous Colors of #ae416f

#ae416f #ae4a41 #ae41a6

Monochromatic Colors of #ae416f

#ae416f

Complementary Color

#ae416f #41ae80

#ae416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae416f Color CSS Codes

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

#ae416f Text Font Color

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

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


#ae416f Background Color

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

This div background color is #ae416f


#ae416f Border Color

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

This div border color is #ae416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae416f


Comments

No comments written yet.

Please login to write comment.