Color Hex Logo

#ae6aec Color Hex

#AE6AEC
(174,106,236)
0 Favorites   0 Comments

Color spaces of #ae6aec

RGB 174106236
HSL0.750.770.67
HSV271°55°93°
CMYK 0.260.550.00   0.07
XYZ37.749925.362982.2628
Yxy25.36290.25970.1745
Hunter Lab50.361645.6667-61.5937
CIE-Lab57.427351.0355-55.5576

#ae6aec color RGB value is (174,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 11101100
Octal 256 152 354
Decimal 174 106 236
Hex AE 6A EC

RGB Percentages of Color #ae6aec

%33.72
%20.54
%45.74

CMYK Percentages of Color #ae6aec

%26
%55
%0
%7

Triadic Colors of #ae6aec

#ae6aec #ecae6a #6aecae

Analogous Colors of #ae6aec

#ae6aec #ec6ae9 #6d6aec

Monochromatic Colors of #ae6aec

#ae6aec

Complementary Color

#ae6aec #a8ec6a

#ae6aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6aec Color CSS Codes

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

#ae6aec Text Font Color

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

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


#ae6aec Background Color

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

This div background color is #ae6aec


#ae6aec Border Color

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

This div border color is #ae6aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6aec


Comments

No comments written yet.

Please login to write comment.