Color Hex Logo

#ae7eed Color Hex

#AE7EED
(174,126,237)
0 Favorites   0 Comments

Color spaces of #ae7eed

RGB 174126237
HSL0.740.760.71
HSV266°47°93°
CMYK 0.270.470.00   0.07
XYZ40.202530.034883.7992
Yxy30.03480.26100.1950
Hunter Lab54.804035.0350-52.2958
CIE-Lab61.684240.4798-49.3451

#ae7eed color RGB value is (174,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111110 11101101
Octal 256 176 355
Decimal 174 126 237
Hex AE 7E ED

RGB Percentages of Color #ae7eed

%32.40
%23.46
%44.13

CMYK Percentages of Color #ae7eed

%27
%47
%0
%7

Triadic Colors of #ae7eed

#ae7eed #edae7e #7eedae

Analogous Colors of #ae7eed

#ae7eed #e67eed #7e86ed

Monochromatic Colors of #ae7eed

#ae7eed

Complementary Color

#ae7eed #bded7e

#ae7eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7eed Color CSS Codes

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

#ae7eed Text Font Color

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

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


#ae7eed Background Color

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

This div background color is #ae7eed


#ae7eed Border Color

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

This div border color is #ae7eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,126,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 #ae7eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7eed


Comments

No comments written yet.

Please login to write comment.