Color Hex Logo

#ae71ed Color Hex

#AE71ED
(174,113,237)
0 Favorites   0 Comments

Color spaces of #ae71ed

RGB 174113237
HSL0.750.780.69
HSV270°52°93°
CMYK 0.270.520.00   0.07
XYZ38.646726.923383.2806
Yxy26.92330.25960.1809
Hunter Lab51.887742.1460-58.8401
CIE-Lab58.903347.5613-53.7610

#ae71ed color RGB value is (174,113,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 11101101
Octal 256 161 355
Decimal 174 113 237
Hex AE 71 ED

RGB Percentages of Color #ae71ed

%33.21
%21.56
%45.23

CMYK Percentages of Color #ae71ed

%27
%52
%0
%7

Triadic Colors of #ae71ed

#ae71ed #edae71 #71edae

Analogous Colors of #ae71ed

#ae71ed #ec71ed #7172ed

Monochromatic Colors of #ae71ed

#ae71ed

Complementary Color

#ae71ed #b0ed71

#ae71ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae71ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae71ed Color CSS Codes

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

#ae71ed Text Font Color

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

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


#ae71ed Background Color

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

This div background color is #ae71ed


#ae71ed Border Color

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

This div border color is #ae71ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae71ed


Comments

No comments written yet.

Please login to write comment.