Color Hex Logo

#ae15fb Color Hex

#AE15FB
(174,21,251)
0 Favorites   0 Comments

Color spaces of #ae15fb

RGB 17421251
HSL0.780.970.53
HSV280°92°98°
CMYK 0.310.920.00   0.02
XYZ35.136316.500092.5997
Yxy16.50000.24360.1144
Hunter Lab40.620283.3164-106.7261
CIE-Lab47.623884.6066-79.7910

#ae15fb color RGB value is (174,21,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 11111011
Octal 256 25 373
Decimal 174 21 251
Hex AE 15 FB

RGB Percentages of Color #ae15fb

%39.01
%4.71
%56.28

CMYK Percentages of Color #ae15fb

%31
%92
%0
%2

Triadic Colors of #ae15fb

#ae15fb #fbae15 #15fbae

Analogous Colors of #ae15fb

#ae15fb #fb15d5 #3b15fb

Monochromatic Colors of #ae15fb

#ae15fb

Complementary Color

#ae15fb #62fb15

#ae15fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae15fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae15fb Color CSS Codes

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

#ae15fb Text Font Color

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

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


#ae15fb Background Color

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

This div background color is #ae15fb


#ae15fb Border Color

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

This div border color is #ae15fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae15fb


Comments

No comments written yet.

Please login to write comment.