Color Hex Logo

#ae1dfa Color Hex

#AE1DFA
(174,29,250)
0 Favorites   0 Comments

Color spaces of #ae1dfa

RGB 17429250
HSL0.780.960.55
HSV279°88°98°
CMYK 0.300.880.00   0.02
XYZ35.150216.779591.8286
Yxy16.77950.24450.1167
Hunter Lab40.962881.4861-104.2398
CIE-Lab47.981083.1141-78.6477

#ae1dfa color RGB value is (174,29,250).

#ae1dfa hex color red value is 174, green value is 29 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae1dfa hue: 0.78 , saturation: 0.96 and the lightness value of ae1dfa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011101 11111010
Octal 256 35 372
Decimal 174 29 250
Hex AE 1D FA

RGB Percentages of Color #ae1dfa

%38.41
%6.40
%55.19

CMYK Percentages of Color #ae1dfa

%30
%88
%0
%2

Triadic Colors of #ae1dfa

#ae1dfa #faae1d #1dfaae

Analogous Colors of #ae1dfa

#ae1dfa #fa1dd8 #3f1dfa

Monochromatic Colors of #ae1dfa

#ae1dfa

Complementary Color

#ae1dfa #69fa1d

#ae1dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1dfa Color CSS Codes

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

#ae1dfa Text Font Color

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

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


#ae1dfa Background Color

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

This div background color is #ae1dfa


#ae1dfa Border Color

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

This div border color is #ae1dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.