Color Hex Logo

#ae7efc Color Hex

#AE7EFC
(174,126,252)
0 Favorites   0 Comments

Color spaces of #ae7efc

RGB 174126252
HSL0.730.950.74
HSV263°50°99°
CMYK 0.310.500.00   0.01
XYZ42.487130.948795.8298
Yxy30.94870.25100.1828
Hunter Lab55.631638.9693-63.1897
CIE-Lab62.464344.0964-56.3820

#ae7efc color RGB value is (174,126,252).

#ae7efc hex color red value is 174, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ae7efc hue: 0.73 , saturation: 0.95 and the lightness value of ae7efc is 0.74.

The process color (four color CMYK) of #ae7efc color hex is 0.31, 0.50, 0.00, 0.01. Web safe color of #ae7efc is #9966ff. Color #ae7efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111110 11111100
Octal 256 176 374
Decimal 174 126 252
Hex AE 7E FC

RGB Percentages of Color #ae7efc

%31.52
%22.83
%45.65

CMYK Percentages of Color #ae7efc

%31
%50
%0
%1

Triadic Colors of #ae7efc

#ae7efc #fcae7e #7efcae

Analogous Colors of #ae7efc

#ae7efc #ed7efc #7e8dfc

Monochromatic Colors of #ae7efc

#ae7efc

Complementary Color

#ae7efc #ccfc7e

#ae7efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7efc Color CSS Codes

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

#ae7efc Text Font Color

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

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


#ae7efc Background Color

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

This div background color is #ae7efc


#ae7efc Border Color

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

This div border color is #ae7efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7efc


Comments

No comments written yet.

Please login to write comment.