color codes Logo

#ae6cdd color codes

#AE6CDD
(174,108,221)
0 Favorites   0 Comments

Color spaces of #ae6cdd

RGB 174108221
HSL0.760.620.65
HSV275°51°87°
CMYK 0.210.510.00   0.13
XYZ35.869324.944371.3308
Yxy24.94430.27140.1888
Hunter Lab49.944340.7938-49.7175
CIE-Lab57.021146.5790-47.8025

#ae6cdd color RGB value is (174,108,221).

#ae6cdd hex color red value is 174, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae6cdd hue: 0.76 , saturation: 0.62 and the lightness value of ae6cdd is 0.65.

The process color (four color CMYK) of #ae6cdd color code is 0.21, 0.51, 0.00, 0.13. Web safe color of #ae6cdd is #9966cc. Color #ae6cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101100 11011101
Octal 256 154 335
Decimal 174 108 221
Hex AE 6C DD

RGB Percentages of Color #ae6cdd

%34.59
%21.47
%43.94

CMYK Percentages of Color #ae6cdd

%21
%51
%0
%13

Triadic Colors of #ae6cdd

#ae6cdd #ddae6c #6cddae

Analogous Colors of #ae6cdd

#ae6cdd #dd6cd4 #766cdd

Monochromatic Colors of #ae6cdd

#ae6cdd

Complementary Color

#ae6cdd #9bdd6c

#ae6cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6cdd Color CSS Codes

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

#ae6cdd Text Font Color

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

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


#ae6cdd Background Color

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

This div background color is #ae6cdd


#ae6cdd Border Color

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

This div border color is #ae6cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6cdd


Comments

No comments written yet.

Please login to write comment.