Color Hex Logo

#ae13ef Color Hex

#AE13EF
(174,19,239)
0 Favorites   0 Comments

Color spaces of #ae13ef

RGB 17419239
HSL0.780.870.51
HSV282°92°94°
CMYK 0.270.920.00   0.06
XYZ33.268415.696482.9376
Yxy15.69640.25220.1190
Hunter Lab39.618780.5564-96.3844
CIE-Lab46.573682.6579-74.7676

#ae13ef color RGB value is (174,19,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010011 11101111
Octal 256 23 357
Decimal 174 19 239
Hex AE 13 EF

RGB Percentages of Color #ae13ef

%40.28
%4.40
%55.32

CMYK Percentages of Color #ae13ef

%27
%92
%0
%6

Triadic Colors of #ae13ef

#ae13ef #efae13 #13efae

Analogous Colors of #ae13ef

#ae13ef #ef13c2 #4013ef

Monochromatic Colors of #ae13ef

#ae13ef

Complementary Color

#ae13ef #54ef13

#ae13ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae13ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae13ef Color CSS Codes

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

#ae13ef Text Font Color

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

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


#ae13ef Background Color

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

This div background color is #ae13ef


#ae13ef Border Color

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

This div border color is #ae13ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae13ef


Comments

No comments written yet.

Please login to write comment.