Color Hex Logo

#ae24cf Color Hex

#AE24CF
(174,36,207)
0 Favorites   0 Comments

Color spaces of #ae24cf

RGB 17436207
HSL0.800.700.48
HSV288°83°81°
CMYK 0.160.830.00   0.19
XYZ29.348914.765460.3346
Yxy14.76540.28100.1414
Hunter Lab38.425869.0899-66.1967
CIE-Lab45.311273.6792-58.5638

#ae24cf color RGB value is (174,36,207).

#ae24cf hex color red value is 174, green value is 36 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae24cf hue: 0.80 , saturation: 0.70 and the lightness value of ae24cf is 0.48.

The process color (four color CMYK) of #ae24cf color hex is 0.16, 0.83, 0.00, 0.19. Web safe color of #ae24cf is #9933cc. Color #ae24cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 11001111
Octal 256 44 317
Decimal 174 36 207
Hex AE 24 CF

RGB Percentages of Color #ae24cf

%41.73
%8.63
%49.64

CMYK Percentages of Color #ae24cf

%16
%83
%0
%19

Triadic Colors of #ae24cf

#ae24cf #cfae24 #24cfae

Analogous Colors of #ae24cf

#ae24cf #cf249b #5924cf

Monochromatic Colors of #ae24cf

#ae24cf

Complementary Color

#ae24cf #45cf24

#ae24cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae24cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae24cf Color CSS Codes

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

#ae24cf Text Font Color

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

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


#ae24cf Background Color

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

This div background color is #ae24cf


#ae24cf Border Color

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

This div border color is #ae24cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae24cf


Comments

No comments written yet.

Please login to write comment.