Color Hex Logo

#ae287f Color Hex

#AE287F
(174,40,127)
0 Favorites   0 Comments

Color spaces of #ae287f

RGB 17440127
HSL0.890.630.42
HSV321°77°68°
CMYK 0.000.770.27   0.32
XYZ22.045112.048621.2424
Yxy12.04860.39840.2177
Hunter Lab34.711152.6214-11.9864
CIE-Lab41.293360.2510-17.2149

#ae287f color RGB value is (174,40,127).

#ae287f hex color red value is 174, green value is 40 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae287f hue: 0.89 , saturation: 0.63 and the lightness value of ae287f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101000 01111111
Octal 256 50 177
Decimal 174 40 127
Hex AE 28 7F

RGB Percentages of Color #ae287f

%51.03
%11.73
%37.24

CMYK Percentages of Color #ae287f

%0
%77
%27
%32

Triadic Colors of #ae287f

#ae287f #7fae28 #287fae

Analogous Colors of #ae287f

#ae287f #ae283c #9a28ae

Monochromatic Colors of #ae287f

#ae287f

Complementary Color

#ae287f #28ae57

#ae287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae287f Color CSS Codes

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

#ae287f Text Font Color

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

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


#ae287f Background Color

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

This div background color is #ae287f


#ae287f Border Color

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

This div border color is #ae287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae287f


Comments

No comments written yet.

Please login to write comment.