color codes Logo

#ae189d color codes

#AE189D
(174,24,157)
0 Favorites   0 Comments

Color spaces of #ae189d

RGB 17424157
HSL0.850.760.39
HSV307°86°68°
CMYK 0.000.860.10   0.32
XYZ23.868012.086332.9732
Yxy12.08630.34630.1753
Hunter Lab34.765461.7090-31.8978
CIE-Lab41.353068.2380-35.4221

#ae189d color RGB value is (174,24,157).

#ae189d hex color red value is 174, green value is 24 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ae189d hue: 0.85 , saturation: 0.76 and the lightness value of ae189d is 0.39.

The process color (four color CMYK) of #ae189d color code is 0.00, 0.86, 0.10, 0.32. Web safe color of #ae189d is #990099. Color #ae189d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 10011101
Octal 256 30 235
Decimal 174 24 157
Hex AE 18 9D

RGB Percentages of Color #ae189d

%49.01
%6.76
%44.23

CMYK Percentages of Color #ae189d

%0
%86
%10
%32

Triadic Colors of #ae189d

#ae189d #9dae18 #189dae

Analogous Colors of #ae189d

#ae189d #ae1852 #7418ae

Monochromatic Colors of #ae189d

#ae189d

Complementary Color

#ae189d #18ae29

#ae189d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae189d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae189d Color CSS Codes

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

#ae189d Text Font Color

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

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


#ae189d Background Color

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

This div background color is #ae189d


#ae189d Border Color

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

This div border color is #ae189d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae189d


Comments

No comments written yet.

Please login to write comment.