Color Hex Logo

#ae337f Color Hex

#AE337F
(174,51,127)
0 Favorites   0 Comments

Color spaces of #ae337f

RGB 17451127
HSL0.900.550.44
HSV323°71°68°
CMYK 0.000.710.27   0.32
XYZ22.470212.898621.3840
Yxy12.89860.39590.2273
Hunter Lab35.914648.8290-10.1617
CIE-Lab42.610156.5372-15.2017

#ae337f color RGB value is (174,51,127).

#ae337f hex color red value is 174, green value is 51 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae337f hue: 0.90 , saturation: 0.55 and the lightness value of ae337f is 0.44.

The process color (four color CMYK) of #ae337f color hex is 0.00, 0.71, 0.27, 0.32. Web safe color of #ae337f is #993366. Color #ae337f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 01111111
Octal 256 63 177
Decimal 174 51 127
Hex AE 33 7F

RGB Percentages of Color #ae337f

%49.43
%14.49
%36.08

CMYK Percentages of Color #ae337f

%0
%71
%27
%32

Triadic Colors of #ae337f

#ae337f #7fae33 #337fae

Analogous Colors of #ae337f

#ae337f #ae3341 #a033ae

Monochromatic Colors of #ae337f

#ae337f

Complementary Color

#ae337f #33ae62

#ae337f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae337f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae337f Color CSS Codes

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

#ae337f Text Font Color

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

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


#ae337f Background Color

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

This div background color is #ae337f


#ae337f Border Color

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

This div border color is #ae337f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae337f


Comments

No comments written yet.

Please login to write comment.