Color Hex Logo

#ae24be Color Hex

#AE24BE
(174,36,190)
0 Favorites   0 Comments

Color spaces of #ae24be

RGB 17436190
HSL0.820.680.44
HSV294°81°75°
CMYK 0.080.810.00   0.25
XYZ27.380713.978149.9701
Yxy13.97810.29980.1531
Hunter Lab37.387365.2972-53.0731
CIE-Lab44.201570.7323-50.4738

#ae24be color RGB value is (174,36,190).

#ae24be hex color red value is 174, green value is 36 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae24be hue: 0.82 , saturation: 0.68 and the lightness value of ae24be is 0.44.

The process color (four color CMYK) of #ae24be color hex is 0.08, 0.81, 0.00, 0.25. Web safe color of #ae24be is #9933cc. Color #ae24be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 10111110
Octal 256 44 276
Decimal 174 36 190
Hex AE 24 BE

RGB Percentages of Color #ae24be

%43.50
%9.00
%47.50

CMYK Percentages of Color #ae24be

%8
%81
%0
%25

Triadic Colors of #ae24be

#ae24be #beae24 #24beae

Analogous Colors of #ae24be

#ae24be #be2481 #6124be

Monochromatic Colors of #ae24be

#ae24be

Complementary Color

#ae24be #34be24

#ae24be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae24be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae24be Color CSS Codes

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

#ae24be Text Font Color

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

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


#ae24be Background Color

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

This div background color is #ae24be


#ae24be Border Color

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

This div border color is #ae24be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae24be


Comments

No comments written yet.

Please login to write comment.