color codes Logo

#ae17df color codes

#AE17DF
(174,23,223)
0 Favorites   0 Comments

Color spaces of #ae17df

RGB 17423223
HSL0.790.810.48
HSV285°90°87°
CMYK 0.220.900.00   0.13
XYZ31.081214.939271.0574
Yxy14.93920.26550.1276
Hunter Lab38.651375.9001-81.9443
CIE-Lab45.550879.1688-67.3567

#ae17df color RGB value is (174,23,223).

#ae17df hex color red value is 174, green value is 23 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae17df hue: 0.79 , saturation: 0.81 and the lightness value of ae17df is 0.48.

The process color (four color CMYK) of #ae17df color code is 0.22, 0.90, 0.00, 0.13. Web safe color of #ae17df is #9900cc. Color #ae17df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 11011111
Octal 256 27 337
Decimal 174 23 223
Hex AE 17 DF

RGB Percentages of Color #ae17df

%41.43
%5.48
%53.10

CMYK Percentages of Color #ae17df

%22
%90
%0
%13

Triadic Colors of #ae17df

#ae17df #dfae17 #17dfae

Analogous Colors of #ae17df

#ae17df #df17ac #4a17df

Monochromatic Colors of #ae17df

#ae17df

Complementary Color

#ae17df #48df17

#ae17df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae17df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae17df Color CSS Codes

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

#ae17df Text Font Color

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

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


#ae17df Background Color

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

This div background color is #ae17df


#ae17df Border Color

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

This div border color is #ae17df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae17df


Comments

No comments written yet.

Please login to write comment.