Color Hex Logo

#ae73ec Color Hex

#AE73EC
(174,115,236)
0 Favorites   0 Comments

Color spaces of #ae73ec

RGB 174115236
HSL0.750.760.69
HSV269°51°93°
CMYK 0.260.510.00   0.07
XYZ38.726627.316382.5883
Yxy27.31630.26060.1838
Hunter Lab52.265040.7987-57.1036
CIE-Lab59.266046.2531-52.6275

#ae73ec color RGB value is (174,115,236).

#ae73ec hex color red value is 174, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ae73ec hue: 0.75 , saturation: 0.76 and the lightness value of ae73ec is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 11101100
Octal 256 163 354
Decimal 174 115 236
Hex AE 73 EC

RGB Percentages of Color #ae73ec

%33.14
%21.90
%44.95

CMYK Percentages of Color #ae73ec

%26
%51
%0
%7

Triadic Colors of #ae73ec

#ae73ec #ecae73 #73ecae

Analogous Colors of #ae73ec

#ae73ec #eb73ec #7375ec

Monochromatic Colors of #ae73ec

#ae73ec

Complementary Color

#ae73ec #b1ec73

#ae73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae73ec Color CSS Codes

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

#ae73ec Text Font Color

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

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


#ae73ec Background Color

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

This div background color is #ae73ec


#ae73ec Border Color

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

This div border color is #ae73ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae73ec


Comments

No comments written yet.

Please login to write comment.