Color Hex Logo

#ae387e Color Hex

#AE387E
(174,56,126)
0 Favorites   0 Comments

Color spaces of #ae387e

RGB 17456126
HSL0.900.510.45
HSV324°68°68°
CMYK 0.000.680.28   0.32
XYZ22.635613.333421.1192
Yxy13.33340.39650.2336
Hunter Lab36.514946.7510-8.7312
CIE-Lab43.261454.4866-13.5970

#ae387e color RGB value is (174,56,126).

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

The process color (four color CMYK) of #ae387e color hex is 0.00, 0.68, 0.28, 0.32. Web safe color of #ae387e is #993366. Color #ae387e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 01111110
Octal 256 70 176
Decimal 174 56 126
Hex AE 38 7E

RGB Percentages of Color #ae387e

%48.88
%15.73
%35.39

CMYK Percentages of Color #ae387e

%0
%68
%28
%32

Triadic Colors of #ae387e

#ae387e #7eae38 #387eae

Analogous Colors of #ae387e

#ae387e #ae3843 #a338ae

Monochromatic Colors of #ae387e

#ae387e

Complementary Color

#ae387e #38ae68

#ae387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae387e Color CSS Codes

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

#ae387e Text Font Color

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

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


#ae387e Background Color

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

This div background color is #ae387e


#ae387e Border Color

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

This div border color is #ae387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae387e


Comments

No comments written yet.

Please login to write comment.