Color Hex Logo

#ae18fb Color Hex

#AE18FB
(174,24,251)
0 Favorites   0 Comments

Color spaces of #ae18fb

RGB 17424251
HSL0.780.970.54
HSV280°90°98°
CMYK 0.310.900.00   0.02
XYZ35.194816.617092.6192
Yxy16.61700.24370.1151
Hunter Lab40.764082.7765-106.1772
CIE-Lab47.773884.1589-79.5457

#ae18fb color RGB value is (174,24,251).

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

The process color (four color CMYK) of #ae18fb color hex is 0.31, 0.90, 0.00, 0.02. Web safe color of #ae18fb is #9900ff. Color #ae18fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 11111011
Octal 256 30 373
Decimal 174 24 251
Hex AE 18 FB

RGB Percentages of Color #ae18fb

%38.75
%5.35
%55.90

CMYK Percentages of Color #ae18fb

%31
%90
%0
%2

Triadic Colors of #ae18fb

#ae18fb #fbae18 #18fbae

Analogous Colors of #ae18fb

#ae18fb #fb18d7 #3d18fb

Monochromatic Colors of #ae18fb

#ae18fb

Complementary Color

#ae18fb #65fb18

#ae18fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae18fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae18fb Color CSS Codes

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

#ae18fb Text Font Color

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

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


#ae18fb Background Color

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

This div background color is #ae18fb


#ae18fb Border Color

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

This div border color is #ae18fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae18fb


Comments

No comments written yet.

Please login to write comment.