Color Hex Logo

#ae09ef Color Hex

#AE09EF
(174,9,239)
0 Favorites   0 Comments

Color spaces of #ae09ef

RGB 1749239
HSL0.790.930.49
HSV283°96°94°
CMYK 0.270.960.00   0.06
XYZ33.133215.426082.8926
Yxy15.42600.25210.1174
Hunter Lab39.275981.8497-97.6395
CIE-Lab46.212283.7377-75.3576

#ae09ef color RGB value is (174,9,239).

#ae09ef hex color red value is 174, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae09ef hue: 0.79 , saturation: 0.93 and the lightness value of ae09ef is 0.49.

The process color (four color CMYK) of #ae09ef color hex is 0.27, 0.96, 0.00, 0.06. Web safe color of #ae09ef is #9900ff. Color #ae09ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 11101111
Octal 256 11 357
Decimal 174 9 239
Hex AE 9 EF

RGB Percentages of Color #ae09ef

%41.23
%2.13
%56.64

CMYK Percentages of Color #ae09ef

%27
%96
%0
%6

Triadic Colors of #ae09ef

#ae09ef #efae09 #09efae

Analogous Colors of #ae09ef

#ae09ef #ef09bd #3b09ef

Monochromatic Colors of #ae09ef

#ae09ef

Complementary Color

#ae09ef #4aef09

#ae09ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae09ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae09ef Color CSS Codes

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

#ae09ef Text Font Color

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

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


#ae09ef Background Color

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

This div background color is #ae09ef


#ae09ef Border Color

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

This div border color is #ae09ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae09ef


Comments

No comments written yet.

Please login to write comment.