Color Hex Logo

#ae398d Color Hex

#AE398D
(174,57,141)
0 Favorites   0 Comments

Color spaces of #ae398d

RGB 17457141
HSL0.880.510.45
HSV317°67°68°
CMYK 0.000.670.19   0.32
XYZ23.726413.848026.6217
Yxy13.84800.36960.2157
Hunter Lab37.212948.6864-16.3664
CIE-Lab44.014256.1423-21.5883

#ae398d color RGB value is (174,57,141).

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

The process color (four color CMYK) of #ae398d color hex is 0.00, 0.67, 0.19, 0.32. Web safe color of #ae398d is #993399. Color #ae398d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 10001101
Octal 256 71 215
Decimal 174 57 141
Hex AE 39 8D

RGB Percentages of Color #ae398d

%46.77
%15.32
%37.90

CMYK Percentages of Color #ae398d

%0
%67
%19
%32

Triadic Colors of #ae398d

#ae398d #8dae39 #398dae

Analogous Colors of #ae398d

#ae398d #ae3953 #9539ae

Monochromatic Colors of #ae398d

#ae398d

Complementary Color

#ae398d #39ae5a

#ae398d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae398d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae398d Color CSS Codes

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

#ae398d Text Font Color

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

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


#ae398d Background Color

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

This div background color is #ae398d


#ae398d Border Color

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

This div border color is #ae398d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae398d


Comments

No comments written yet.

Please login to write comment.