Color Hex Logo

#ae17ef Color Hex

#AE17EF
(174,23,239)
0 Favorites   0 Comments

Color spaces of #ae17ef

RGB 17423239
HSL0.780.870.51
HSV282°90°94°
CMYK 0.270.900.00   0.06
XYZ33.341915.843582.9621
Yxy15.84350.25230.1199
Hunter Lab39.803979.8645-95.7137
CIE-Lab46.768582.0773-74.4496

#ae17ef color RGB value is (174,23,239).

#ae17ef hex color red value is 174, green value is 23 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae17ef hue: 0.78 , saturation: 0.87 and the lightness value of ae17ef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 11101111
Octal 256 27 357
Decimal 174 23 239
Hex AE 17 EF

RGB Percentages of Color #ae17ef

%39.91
%5.28
%54.82

CMYK Percentages of Color #ae17ef

%27
%90
%0
%6

Triadic Colors of #ae17ef

#ae17ef #efae17 #17efae

Analogous Colors of #ae17ef

#ae17ef #ef17c4 #4217ef

Monochromatic Colors of #ae17ef

#ae17ef

Complementary Color

#ae17ef #58ef17

#ae17ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae17ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae17ef Color CSS Codes

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

#ae17ef Text Font Color

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

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


#ae17ef Background Color

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

This div background color is #ae17ef


#ae17ef Border Color

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

This div border color is #ae17ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae17ef


Comments

No comments written yet.

Please login to write comment.