Color Hex Logo

#ae6fef Color Hex

#AE6FEF
(174,111,239)
0 Favorites   0 Comments

Color spaces of #ae6fef

RGB 174111239
HSL0.750.800.69
HSV270°54°94°
CMYK 0.270.540.00   0.06
XYZ38.720026.599584.7548
Yxy26.59950.25800.1772
Hunter Lab51.574743.7542-61.3314
CIE-Lab58.601849.0949-55.3538

#ae6fef color RGB value is (174,111,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101111 11101111
Octal 256 157 357
Decimal 174 111 239
Hex AE 6F EF

RGB Percentages of Color #ae6fef

%33.21
%21.18
%45.61

CMYK Percentages of Color #ae6fef

%27
%54
%0
%6

Triadic Colors of #ae6fef

#ae6fef #efae6f #6fefae

Analogous Colors of #ae6fef

#ae6fef #ee6fef #6f70ef

Monochromatic Colors of #ae6fef

#ae6fef

Complementary Color

#ae6fef #b0ef6f

#ae6fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6fef Color CSS Codes

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

#ae6fef Text Font Color

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

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


#ae6fef Background Color

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

This div background color is #ae6fef


#ae6fef Border Color

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

This div border color is #ae6fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6fef


Comments

No comments written yet.

Please login to write comment.