Color Hex Logo

#ae37ef Color Hex

#AE37EF
(174,55,239)
0 Favorites   0 Comments

Color spaces of #ae37ef

RGB 17455239
HSL0.770.850.58
HSV279°77°94°
CMYK 0.270.770.00   0.06
XYZ34.401717.963083.3154
Yxy17.96300.25360.1324
Hunter Lab42.382870.7169-86.8834
CIE-Lab49.451274.2112-70.0832

#ae37ef color RGB value is (174,55,239).

#ae37ef hex color red value is 174, green value is 55 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae37ef hue: 0.77 , saturation: 0.85 and the lightness value of ae37ef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 11101111
Octal 256 67 357
Decimal 174 55 239
Hex AE 37 EF

RGB Percentages of Color #ae37ef

%37.18
%11.75
%51.07

CMYK Percentages of Color #ae37ef

%27
%77
%0
%6

Triadic Colors of #ae37ef

#ae37ef #efae37 #37efae

Analogous Colors of #ae37ef

#ae37ef #ef37d4 #5237ef

Monochromatic Colors of #ae37ef

#ae37ef

Complementary Color

#ae37ef #78ef37

#ae37ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae37ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae37ef Color CSS Codes

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

#ae37ef Text Font Color

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

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


#ae37ef Background Color

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

This div background color is #ae37ef


#ae37ef Border Color

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

This div border color is #ae37ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae37ef


Comments

No comments written yet.

Please login to write comment.