Color Hex Logo

#ae6aed Color Hex

#AE6AED
(174,106,237)
0 Favorites   0 Comments

Color spaces of #ae6aed

RGB 174106237
HSL0.750.780.67
HSV271°55°93°
CMYK 0.270.550.00   0.07
XYZ37.895725.421283.0302
Yxy25.42120.25890.1737
Hunter Lab50.419445.9282-62.3445
CIE-Lab57.483551.2658-56.0253

#ae6aed color RGB value is (174,106,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 11101101
Octal 256 152 355
Decimal 174 106 237
Hex AE 6A ED

RGB Percentages of Color #ae6aed

%33.66
%20.50
%45.84

CMYK Percentages of Color #ae6aed

%27
%55
%0
%7

Triadic Colors of #ae6aed

#ae6aed #edae6a #6aedae

Analogous Colors of #ae6aed

#ae6aed #ed6aeb #6d6aed

Monochromatic Colors of #ae6aed

#ae6aed

Complementary Color

#ae6aed #a9ed6a

#ae6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6aed Color CSS Codes

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

#ae6aed Text Font Color

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

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


#ae6aed Background Color

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

This div background color is #ae6aed


#ae6aed Border Color

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

This div border color is #ae6aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6aed


Comments

No comments written yet.

Please login to write comment.