Color Hex Logo

#ae429d Color Hex

#AE429D
(174,66,157)
0 Favorites   0 Comments

Color spaces of #ae429d

RGB 17466157
HSL0.860.450.47
HSV309°62°68°
CMYK 0.000.620.10   0.32
XYZ25.489615.329433.5137
Yxy15.32940.34290.2062
Hunter Lab39.152847.6913-23.3437
CIE-Lab46.082154.8418-27.9983

#ae429d color RGB value is (174,66,157).

#ae429d hex color red value is 174, green value is 66 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ae429d hue: 0.86 , saturation: 0.45 and the lightness value of ae429d is 0.47.

The process color (four color CMYK) of #ae429d color hex is 0.00, 0.62, 0.10, 0.32. Web safe color of #ae429d is #993399. Color #ae429d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 10011101
Octal 256 102 235
Decimal 174 66 157
Hex AE 42 9D

RGB Percentages of Color #ae429d

%43.83
%16.62
%39.55

CMYK Percentages of Color #ae429d

%0
%62
%10
%32

Triadic Colors of #ae429d

#ae429d #9dae42 #429dae

Analogous Colors of #ae429d

#ae429d #ae4267 #8942ae

Monochromatic Colors of #ae429d

#ae429d

Complementary Color

#ae429d #42ae53

#ae429d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae429d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae429d Color CSS Codes

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

#ae429d Text Font Color

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

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


#ae429d Background Color

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

This div background color is #ae429d


#ae429d Border Color

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

This div border color is #ae429d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae429d


Comments

No comments written yet.

Please login to write comment.