Color Hex Logo

#ae1dfb Color Hex

#AE1DFB
(174,29,251)
0 Favorites   0 Comments

Color spaces of #ae1dfb

RGB 17429251
HSL0.780.970.55
HSV279°88°98°
CMYK 0.310.880.00   0.02
XYZ35.307516.842492.6568
Yxy16.84240.24380.1163
Hunter Lab41.039581.7498-105.1342
CIE-Lab48.060883.3045-79.0764

#ae1dfb color RGB value is (174,29,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011101 11111011
Octal 256 35 373
Decimal 174 29 251
Hex AE 1D FB

RGB Percentages of Color #ae1dfb

%38.33
%6.39
%55.29

CMYK Percentages of Color #ae1dfb

%31
%88
%0
%2

Triadic Colors of #ae1dfb

#ae1dfb #fbae1d #1dfbae

Analogous Colors of #ae1dfb

#ae1dfb #fb1dd9 #3f1dfb

Monochromatic Colors of #ae1dfb

#ae1dfb

Complementary Color

#ae1dfb #6afb1d

#ae1dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1dfb Color CSS Codes

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

#ae1dfb Text Font Color

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

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


#ae1dfb Background Color

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

This div background color is #ae1dfb


#ae1dfb Border Color

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

This div border color is #ae1dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1dfb


Comments

No comments written yet.

Please login to write comment.