Color Hex Logo

#ae249f Color Hex

#AE249F
(174,36,159)
0 Favorites   0 Comments

Color spaces of #ae249f

RGB 17436159
HSL0.850.660.41
HSV307°79°68°
CMYK 0.000.790.09   0.32
XYZ24.344412.763633.9814
Yxy12.76360.34240.1795
Hunter Lab35.726259.1120-31.3861
CIE-Lab42.404965.7889-34.9636

#ae249f color RGB value is (174,36,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 10011111
Octal 256 44 237
Decimal 174 36 159
Hex AE 24 9F

RGB Percentages of Color #ae249f

%47.15
%9.76
%43.09

CMYK Percentages of Color #ae249f

%0
%79
%9
%32

Triadic Colors of #ae249f

#ae249f #9fae24 #249fae

Analogous Colors of #ae249f

#ae249f #ae245a #7824ae

Monochromatic Colors of #ae249f

#ae249f

Complementary Color

#ae249f #24ae33

#ae249f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae249f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae249f Color CSS Codes

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

#ae249f Text Font Color

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

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


#ae249f Background Color

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

This div background color is #ae249f


#ae249f Border Color

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

This div border color is #ae249f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae249f


Comments

No comments written yet.

Please login to write comment.