Color Hex Logo

#ae6aef Color Hex

#AE6AEF
(174,106,239)
0 Favorites   0 Comments

Color spaces of #ae6aef

RGB 174106239
HSL0.750.810.68
HSV271°56°94°
CMYK 0.270.560.00   0.06
XYZ38.189625.538784.5780
Yxy25.53870.25750.1722
Hunter Lab50.535846.4536-63.8541
CIE-Lab57.596651.7274-56.9589

#ae6aef color RGB value is (174,106,239).

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

The process color (four color CMYK) of #ae6aef color hex is 0.27, 0.56, 0.00, 0.06. Web safe color of #ae6aef is #9966ff. Color #ae6aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 11101111
Octal 256 152 357
Decimal 174 106 239
Hex AE 6A EF

RGB Percentages of Color #ae6aef

%33.53
%20.42
%46.05

CMYK Percentages of Color #ae6aef

%27
%56
%0
%6

Triadic Colors of #ae6aef

#ae6aef #efae6a #6aefae

Analogous Colors of #ae6aef

#ae6aef #ef6aee #6c6aef

Monochromatic Colors of #ae6aef

#ae6aef

Complementary Color

#ae6aef #abef6a

#ae6aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6aef Color CSS Codes

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

#ae6aef Text Font Color

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

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


#ae6aef Background Color

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

This div background color is #ae6aef


#ae6aef Border Color

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

This div border color is #ae6aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6aef


Comments

No comments written yet.

Please login to write comment.