Color Hex Logo

#ae248a Color Hex

#AE248A
(174,36,138)
0 Favorites   0 Comments

Color spaces of #ae248a

RGB 17436138
HSL0.880.660.41
HSV316°79°68°
CMYK 0.000.790.21   0.32
XYZ22.673912.095425.1844
Yxy12.09540.37820.2017
Hunter Lab34.778455.5113-18.5892
CIE-Lab41.367362.8252-23.8594

#ae248a color RGB value is (174,36,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 10001010
Octal 256 44 212
Decimal 174 36 138
Hex AE 24 8A

RGB Percentages of Color #ae248a

%50.00
%10.34
%39.66

CMYK Percentages of Color #ae248a

%0
%79
%21
%32

Triadic Colors of #ae248a

#ae248a #8aae24 #248aae

Analogous Colors of #ae248a

#ae248a #ae2445 #8d24ae

Monochromatic Colors of #ae248a

#ae248a

Complementary Color

#ae248a #24ae48

#ae248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae248a Color CSS Codes

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

#ae248a Text Font Color

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

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


#ae248a Background Color

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

This div background color is #ae248a


#ae248a Border Color

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

This div border color is #ae248a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae248a


Comments

No comments written yet.

Please login to write comment.