Color Hex Logo

#ae7fea Color Hex

#AE7FEA
(174,127,234)
0 Favorites   0 Comments

Color spaces of #ae7fea

RGB 174127234
HSL0.740.720.71
HSV266°46°92°
CMYK 0.260.460.00   0.08
XYZ39.896230.117981.5525
Yxy30.11790.26320.1987
Hunter Lab54.879833.7253-49.6903
CIE-Lab61.755839.2156-47.5689

#ae7fea color RGB value is (174,127,234).

#ae7fea hex color red value is 174, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ae7fea hue: 0.74 , saturation: 0.72 and the lightness value of ae7fea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111111 11101010
Octal 256 177 352
Decimal 174 127 234
Hex AE 7F EA

RGB Percentages of Color #ae7fea

%32.52
%23.74
%43.74

CMYK Percentages of Color #ae7fea

%26
%46
%0
%8

Triadic Colors of #ae7fea

#ae7fea #eaae7f #7feaae

Analogous Colors of #ae7fea

#ae7fea #e47fea #7f86ea

Monochromatic Colors of #ae7fea

#ae7fea

Complementary Color

#ae7fea #bbea7f

#ae7fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7fea Color CSS Codes

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

#ae7fea Text Font Color

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

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


#ae7fea Background Color

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

This div background color is #ae7fea


#ae7fea Border Color

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

This div border color is #ae7fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7fea


Comments

No comments written yet.

Please login to write comment.