Color Hex Logo

#ae76ef Color Hex

#AE76EF
(174,118,239)
0 Favorites   0 Comments

Color spaces of #ae76ef

RGB 174118239
HSL0.740.790.70
HSV268°51°94°
CMYK 0.270.510.00   0.06
XYZ39.514028.187585.0195
Yxy28.18750.25870.1846
Hunter Lab53.091939.9390-57.7806
CIE-Lab60.057845.3355-53.0348

#ae76ef color RGB value is (174,118,239).

#ae76ef hex color red value is 174, green value is 118 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae76ef hue: 0.74 , saturation: 0.79 and the lightness value of ae76ef is 0.70.

The process color (four color CMYK) of #ae76ef color hex is 0.27, 0.51, 0.00, 0.06. Web safe color of #ae76ef is #9966ff. Color #ae76ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 11101111
Octal 256 166 357
Decimal 174 118 239
Hex AE 76 EF

RGB Percentages of Color #ae76ef

%32.77
%22.22
%45.01

CMYK Percentages of Color #ae76ef

%27
%51
%0
%6

Triadic Colors of #ae76ef

#ae76ef #efae76 #76efae

Analogous Colors of #ae76ef

#ae76ef #eb76ef #767bef

Monochromatic Colors of #ae76ef

#ae76ef

Complementary Color

#ae76ef #b7ef76

#ae76ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae76ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae76ef Color CSS Codes

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

#ae76ef Text Font Color

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

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


#ae76ef Background Color

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

This div background color is #ae76ef


#ae76ef Border Color

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

This div border color is #ae76ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae76ef


Comments

No comments written yet.

Please login to write comment.