Color Hex Logo

#ae17fb Color Hex

#AE17FB
(174,23,251)
0 Favorites   0 Comments

Color spaces of #ae17fb

RGB 17423251
HSL0.780.970.54
HSV280°91°98°
CMYK 0.310.910.00   0.02
XYZ35.174516.576592.6125
Yxy16.57650.24370.1148
Hunter Lab40.714282.9626-106.3667
CIE-Lab47.721984.3134-79.6305

#ae17fb color RGB value is (174,23,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 11111011
Octal 256 27 373
Decimal 174 23 251
Hex AE 17 FB

RGB Percentages of Color #ae17fb

%38.84
%5.13
%56.03

CMYK Percentages of Color #ae17fb

%31
%91
%0
%2

Triadic Colors of #ae17fb

#ae17fb #fbae17 #17fbae

Analogous Colors of #ae17fb

#ae17fb #fb17d6 #3c17fb

Monochromatic Colors of #ae17fb

#ae17fb

Complementary Color

#ae17fb #64fb17

#ae17fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae17fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae17fb Color CSS Codes

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

#ae17fb Text Font Color

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

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


#ae17fb Background Color

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

This div background color is #ae17fb


#ae17fb Border Color

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

This div border color is #ae17fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae17fb


Comments

No comments written yet.

Please login to write comment.