Color Hex Logo

#ae73ee Color Hex

#AE73EE
(174,115,238)
0 Favorites   0 Comments

Color spaces of #ae73ee

RGB 174115238
HSL0.750.780.69
HSV269°52°93°
CMYK 0.270.520.00   0.07
XYZ39.018927.433284.1275
Yxy27.43320.25910.1822
Hunter Lab52.376741.3173-58.5679
CIE-Lab59.373246.7212-53.5687

#ae73ee color RGB value is (174,115,238).

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

The process color (four color CMYK) of #ae73ee color hex is 0.27, 0.52, 0.00, 0.07. Web safe color of #ae73ee is #9966ff. Color #ae73ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 11101110
Octal 256 163 356
Decimal 174 115 238
Hex AE 73 EE

RGB Percentages of Color #ae73ee

%33.02
%21.82
%45.16

CMYK Percentages of Color #ae73ee

%27
%52
%0
%7

Triadic Colors of #ae73ee

#ae73ee #eeae73 #73eeae

Analogous Colors of #ae73ee

#ae73ee #ec73ee #7376ee

Monochromatic Colors of #ae73ee

#ae73ee

Complementary Color

#ae73ee #b3ee73

#ae73ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae73ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae73ee Color CSS Codes

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

#ae73ee Text Font Color

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

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


#ae73ee Background Color

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

This div background color is #ae73ee


#ae73ee Border Color

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

This div border color is #ae73ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae73ee


Comments

No comments written yet.

Please login to write comment.