Color Hex Logo

#ae2dfb Color Hex

#AE2DFB
(174,45,251)
0 Favorites   0 Comments

Color spaces of #ae2dfb

RGB 17445251
HSL0.770.960.58
HSV278°82°98°
CMYK 0.310.820.00   0.02
XYZ35.806517.840592.8231
Yxy17.84050.24450.1218
Hunter Lab42.238077.4036-100.7303
CIE-Lab49.302179.6397-77.0496

#ae2dfb color RGB value is (174,45,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 11111011
Octal 256 55 373
Decimal 174 45 251
Hex AE 2D FB

RGB Percentages of Color #ae2dfb

%37.02
%9.57
%53.40

CMYK Percentages of Color #ae2dfb

%31
%82
%0
%2

Triadic Colors of #ae2dfb

#ae2dfb #fbae2d #2dfbae

Analogous Colors of #ae2dfb

#ae2dfb #fb2de1 #472dfb

Monochromatic Colors of #ae2dfb

#ae2dfb

Complementary Color

#ae2dfb #7afb2d

#ae2dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dfb Color CSS Codes

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

#ae2dfb Text Font Color

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

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


#ae2dfb Background Color

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

This div background color is #ae2dfb


#ae2dfb Border Color

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

This div border color is #ae2dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dfb


Comments

No comments written yet.

Please login to write comment.