Color Hex Logo

#ae41fa Color Hex

#AE41FA
(174,65,250)
0 Favorites   0 Comments

Color spaces of #ae41fa

RGB 17465250
HSL0.760.950.62
HSV275°74°98°
CMYK 0.300.740.00   0.02
XYZ36.601219.681492.3123
Yxy19.68140.24630.1325
Hunter Lab44.363769.6305-92.3164
CIE-Lab51.475172.9254-72.9546

#ae41fa color RGB value is (174,65,250).

#ae41fa hex color red value is 174, green value is 65 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae41fa hue: 0.76 , saturation: 0.95 and the lightness value of ae41fa is 0.62.

The process color (four color CMYK) of #ae41fa color hex is 0.30, 0.74, 0.00, 0.02. Web safe color of #ae41fa is #9933ff. Color #ae41fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 11111010
Octal 256 101 372
Decimal 174 65 250
Hex AE 41 FA

RGB Percentages of Color #ae41fa

%35.58
%13.29
%51.12

CMYK Percentages of Color #ae41fa

%30
%74
%0
%2

Triadic Colors of #ae41fa

#ae41fa #faae41 #41faae

Analogous Colors of #ae41fa

#ae41fa #fa41ea #5241fa

Monochromatic Colors of #ae41fa

#ae41fa

Complementary Color

#ae41fa #8dfa41

#ae41fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae41fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae41fa Color CSS Codes

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

#ae41fa Text Font Color

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

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


#ae41fa Background Color

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

This div background color is #ae41fa


#ae41fa Border Color

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

This div border color is #ae41fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae41fa


Comments

No comments written yet.

Please login to write comment.