color codes Logo

#ae387f color codes

#AE387F
(174,56,127)
0 Favorites   0 Comments

Color spaces of #ae387f

RGB 17456127
HSL0.900.510.45
HSV324°68°68°
CMYK 0.000.680.27   0.32
XYZ22.700513.359321.4608
Yxy13.35930.39460.2323
Hunter Lab36.550446.8986-9.2273
CIE-Lab43.299754.6172-14.1517

#ae387f color RGB value is (174,56,127).

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

The process color (four color CMYK) of #ae387f color code is 0.00, 0.68, 0.27, 0.32. Web safe color of #ae387f is #993366. Color #ae387f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 01111111
Octal 256 70 177
Decimal 174 56 127
Hex AE 38 7F

RGB Percentages of Color #ae387f

%48.74
%15.69
%35.57

CMYK Percentages of Color #ae387f

%0
%68
%27
%32

Triadic Colors of #ae387f

#ae387f #7fae38 #387fae

Analogous Colors of #ae387f

#ae387f #ae3844 #a238ae

Monochromatic Colors of #ae387f

#ae387f

Complementary Color

#ae387f #38ae67

#ae387f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae387f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae387f Color CSS Codes

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

#ae387f Text Font Color

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

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


#ae387f Background Color

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

This div background color is #ae387f


#ae387f Border Color

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

This div border color is #ae387f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae387f


Comments

No comments written yet.

Please login to write comment.