Color Hex Logo

#ae1998 Color Hex

#AE1998
(174,25,152)
0 Favorites   0 Comments

Color spaces of #ae1998

RGB 17425152
HSL0.860.750.39
HSV309°86°68°
CMYK 0.000.860.13   0.32
XYZ23.470711.960930.7774
Yxy11.96090.35450.1807
Hunter Lab34.584560.6156-28.5541
CIE-Lab41.153967.3359-32.7152

#ae1998 color RGB value is (174,25,152).

#ae1998 hex color red value is 174, green value is 25 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ae1998 hue: 0.86 , saturation: 0.75 and the lightness value of ae1998 is 0.39.

The process color (four color CMYK) of #ae1998 color hex is 0.00, 0.86, 0.13, 0.32. Web safe color of #ae1998 is #990099. Color #ae1998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011001 10011000
Octal 256 31 230
Decimal 174 25 152
Hex AE 19 98

RGB Percentages of Color #ae1998

%49.57
%7.12
%43.30

CMYK Percentages of Color #ae1998

%0
%86
%13
%32

Triadic Colors of #ae1998

#ae1998 #98ae19 #1998ae

Analogous Colors of #ae1998

#ae1998 #ae194d #7a19ae

Monochromatic Colors of #ae1998

#ae1998

Complementary Color

#ae1998 #19ae2f

#ae1998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1998 Color CSS Codes

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

#ae1998 Text Font Color

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

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


#ae1998 Background Color

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

This div background color is #ae1998


#ae1998 Border Color

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

This div border color is #ae1998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1998


Comments

No comments written yet.

Please login to write comment.