Color Hex Logo

#ae72eb Color Hex

#AE72EB
(174,114,235)
0 Favorites   0 Comments

Color spaces of #ae72eb

RGB 174114235
HSL0.750.750.68
HSV270°51°92°
CMYK 0.260.510.00   0.08
XYZ38.468327.031581.7874
Yxy27.03150.26120.1835
Hunter Lab51.991841.0849-56.8737
CIE-Lab59.003546.5585-52.4885

#ae72eb color RGB value is (174,114,235).

#ae72eb hex color red value is 174, green value is 114 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae72eb hue: 0.75 , saturation: 0.75 and the lightness value of ae72eb is 0.68.

The process color (four color CMYK) of #ae72eb color hex is 0.26, 0.51, 0.00, 0.08. Web safe color of #ae72eb is #9966ff. Color #ae72eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 11101011
Octal 256 162 353
Decimal 174 114 235
Hex AE 72 EB

RGB Percentages of Color #ae72eb

%33.27
%21.80
%44.93

CMYK Percentages of Color #ae72eb

%26
%51
%0
%8

Triadic Colors of #ae72eb

#ae72eb #ebae72 #72ebae

Analogous Colors of #ae72eb

#ae72eb #eb72eb #7273eb

Monochromatic Colors of #ae72eb

#ae72eb

Complementary Color

#ae72eb #afeb72

#ae72eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae72eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae72eb Color CSS Codes

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

#ae72eb Text Font Color

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

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


#ae72eb Background Color

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

This div background color is #ae72eb


#ae72eb Border Color

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

This div border color is #ae72eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae72eb


Comments

No comments written yet.

Please login to write comment.