Color Hex Logo

#ae38fe Color Hex

#AE38FE
(174,56,254)
0 Favorites   0 Comments

Color spaces of #ae38fe

RGB 17456254
HSL0.770.990.61
HSV276°78°100°
CMYK 0.310.780.00   0.00
XYZ36.759118.982895.4926
Yxy18.98280.24310.1255
Hunter Lab43.569374.3531-99.4500
CIE-Lab50.667176.9304-76.4970

#ae38fe color RGB value is (174,56,254).

#ae38fe hex color red value is 174, green value is 56 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ae38fe hue: 0.77 , saturation: 0.99 and the lightness value of ae38fe is 0.61.

The process color (four color CMYK) of #ae38fe color hex is 0.31, 0.78, 0.00, 0.00. Web safe color of #ae38fe is #9933ff. Color #ae38fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 11111110
Octal 256 70 376
Decimal 174 56 254
Hex AE 38 FE

RGB Percentages of Color #ae38fe

%35.95
%11.57
%52.48

CMYK Percentages of Color #ae38fe

%31
%78
%0
%0

Triadic Colors of #ae38fe

#ae38fe #feae38 #38feae

Analogous Colors of #ae38fe

#ae38fe #fe38eb #4b38fe

Monochromatic Colors of #ae38fe

#ae38fe

Complementary Color

#ae38fe #88fe38

#ae38fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae38fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae38fe Color CSS Codes

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

#ae38fe Text Font Color

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

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


#ae38fe Background Color

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

This div background color is #ae38fe


#ae38fe Border Color

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

This div border color is #ae38fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,56,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae38fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae38fe


Comments

No comments written yet.

Please login to write comment.