color codes Logo

#ae17fc color codes

#AE17FC
(174,23,252)
0 Favorites   0 Comments

Color spaces of #ae17fc

RGB 17423252
HSL0.780.970.54
HSV280°91°99°
CMYK 0.310.910.00   0.01
XYZ35.332616.639793.4450
Yxy16.63970.24300.1144
Hunter Lab40.791883.2256-107.2661
CIE-Lab47.802884.5018-80.0572

#ae17fc color RGB value is (174,23,252).

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

The process color (four color CMYK) of #ae17fc color code is 0.31, 0.91, 0.00, 0.01. Web safe color of #ae17fc is #9900ff. Color #ae17fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 11111100
Octal 256 27 374
Decimal 174 23 252
Hex AE 17 FC

RGB Percentages of Color #ae17fc

%38.75
%5.12
%56.12

CMYK Percentages of Color #ae17fc

%31
%91
%0
%1

Triadic Colors of #ae17fc

#ae17fc #fcae17 #17fcae

Analogous Colors of #ae17fc

#ae17fc #fc17d8 #3b17fc

Monochromatic Colors of #ae17fc

#ae17fc

Complementary Color

#ae17fc #65fc17

#ae17fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae17fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae17fc Color CSS Codes

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

#ae17fc Text Font Color

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

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


#ae17fc Background Color

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

This div background color is #ae17fc


#ae17fc Border Color

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

This div border color is #ae17fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae17fc


Comments

No comments written yet.

Please login to write comment.