color codes Logo

#ae17cd color codes

#AE17CD
(174,23,205)
0 Favorites   0 Comments

Color spaces of #ae17cd

RGB 17423205
HSL0.800.800.45
HSV290°89°80°
CMYK 0.150.890.00   0.20
XYZ28.781414.019258.9466
Yxy14.01920.28290.1378
Hunter Lab37.442271.6870-67.1328
CIE-Lab44.260576.0158-59.1059

#ae17cd color RGB value is (174,23,205).

#ae17cd hex color red value is 174, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ae17cd hue: 0.80 , saturation: 0.80 and the lightness value of ae17cd is 0.45.

The process color (four color CMYK) of #ae17cd color code is 0.15, 0.89, 0.00, 0.20. Web safe color of #ae17cd is #9900cc. Color #ae17cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 11001101
Octal 256 27 315
Decimal 174 23 205
Hex AE 17 CD

RGB Percentages of Color #ae17cd

%43.28
%5.72
%51.00

CMYK Percentages of Color #ae17cd

%15
%89
%0
%20

Triadic Colors of #ae17cd

#ae17cd #cdae17 #17cdae

Analogous Colors of #ae17cd

#ae17cd #cd1791 #5317cd

Monochromatic Colors of #ae17cd

#ae17cd

Complementary Color

#ae17cd #36cd17

#ae17cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae17cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae17cd Color CSS Codes

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

#ae17cd Text Font Color

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

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


#ae17cd Background Color

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

This div background color is #ae17cd


#ae17cd Border Color

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

This div border color is #ae17cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae17cd


Comments

No comments written yet.

Please login to write comment.