Color Hex Logo

#ae4387 Color Hex

#AE4387
(174,67,135)
0 Favorites   0 Comments

Color spaces of #ae4387

RGB 17467135
HSL0.890.440.47
HSV322°61°68°
CMYK 0.000.610.22   0.32
XYZ23.835914.762224.5148
Yxy14.76220.37770.2339
Hunter Lab38.421643.4996-10.9347
CIE-Lab45.306851.0543-15.9694

#ae4387 color RGB value is (174,67,135).

#ae4387 hex color red value is 174, green value is 67 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ae4387 hue: 0.89 , saturation: 0.44 and the lightness value of ae4387 is 0.47.

The process color (four color CMYK) of #ae4387 color hex is 0.00, 0.61, 0.22, 0.32. Web safe color of #ae4387 is #993399. Color #ae4387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 10000111
Octal 256 103 207
Decimal 174 67 135
Hex AE 43 87

RGB Percentages of Color #ae4387

%46.28
%17.82
%35.90

CMYK Percentages of Color #ae4387

%0
%61
%22
%32

Triadic Colors of #ae4387

#ae4387 #87ae43 #4387ae

Analogous Colors of #ae4387

#ae4387 #ae4352 #a043ae

Monochromatic Colors of #ae4387

#ae4387

Complementary Color

#ae4387 #43ae6a

#ae4387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4387 Color CSS Codes

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

#ae4387 Text Font Color

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

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


#ae4387 Background Color

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

This div background color is #ae4387


#ae4387 Border Color

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

This div border color is #ae4387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4387


Comments

No comments written yet.

Please login to write comment.