Color Hex Logo

#ae298a Color Hex

#AE298A
(174,41,138)
0 Favorites   0 Comments

Color spaces of #ae298a

RGB 17441138
HSL0.880.620.42
HSV316°76°68°
CMYK 0.000.760.21   0.32
XYZ22.835912.419525.2384
Yxy12.41950.37750.2053
Hunter Lab35.241353.9933-17.7922
CIE-Lab41.875261.3728-23.0714

#ae298a color RGB value is (174,41,138).

#ae298a hex color red value is 174, green value is 41 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ae298a hue: 0.88 , saturation: 0.62 and the lightness value of ae298a is 0.42.

The process color (four color CMYK) of #ae298a color hex is 0.00, 0.76, 0.21, 0.32. Web safe color of #ae298a is #993399. Color #ae298a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10001010
Octal 256 51 212
Decimal 174 41 138
Hex AE 29 8A

RGB Percentages of Color #ae298a

%49.29
%11.61
%39.09

CMYK Percentages of Color #ae298a

%0
%76
%21
%32

Triadic Colors of #ae298a

#ae298a #8aae29 #298aae

Analogous Colors of #ae298a

#ae298a #ae2947 #9029ae

Monochromatic Colors of #ae298a

#ae298a

Complementary Color

#ae298a #29ae4d

#ae298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae298a Color CSS Codes

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

#ae298a Text Font Color

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

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


#ae298a Background Color

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

This div background color is #ae298a


#ae298a Border Color

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

This div border color is #ae298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae298a


Comments

No comments written yet.

Please login to write comment.