Color Hex Logo

#ae31ef Color Hex

#AE31EF
(174,49,239)
0 Favorites   0 Comments

Color spaces of #ae31ef

RGB 17449239
HSL0.780.860.56
HSV279°79°94°
CMYK 0.270.790.00   0.06
XYZ34.133917.427383.2261
Yxy17.42730.25320.1293
Hunter Lab41.746072.8961-88.9801
CIE-Lab48.794076.1170-71.1509

#ae31ef color RGB value is (174,49,239).

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

The process color (four color CMYK) of #ae31ef color hex is 0.27, 0.79, 0.00, 0.06. Web safe color of #ae31ef is #9933ff. Color #ae31ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110001 11101111
Octal 256 61 357
Decimal 174 49 239
Hex AE 31 EF

RGB Percentages of Color #ae31ef

%37.66
%10.61
%51.73

CMYK Percentages of Color #ae31ef

%27
%79
%0
%6

Triadic Colors of #ae31ef

#ae31ef #efae31 #31efae

Analogous Colors of #ae31ef

#ae31ef #ef31d1 #4f31ef

Monochromatic Colors of #ae31ef

#ae31ef

Complementary Color

#ae31ef #72ef31

#ae31ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae31ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae31ef Color CSS Codes

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

#ae31ef Text Font Color

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

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


#ae31ef Background Color

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

This div background color is #ae31ef


#ae31ef Border Color

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

This div border color is #ae31ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae31ef


Comments

No comments written yet.

Please login to write comment.