Color Hex Logo

#ae2ddd Color Hex

#AE2DDD
(174,45,221)
0 Favorites   0 Comments

Color spaces of #ae2ddd

RGB 17445221
HSL0.790.720.52
HSV284°80°87°
CMYK 0.210.800.00   0.13
XYZ31.445116.095969.8561
Yxy16.09590.26790.1371
Hunter Lab40.119769.6956-75.1515
CIE-Lab47.100173.8302-63.7024

#ae2ddd color RGB value is (174,45,221).

#ae2ddd hex color red value is 174, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae2ddd hue: 0.79 , saturation: 0.72 and the lightness value of ae2ddd is 0.52.

The process color (four color CMYK) of #ae2ddd color hex is 0.21, 0.80, 0.00, 0.13. Web safe color of #ae2ddd is #9933cc. Color #ae2ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 11011101
Octal 256 55 335
Decimal 174 45 221
Hex AE 2D DD

RGB Percentages of Color #ae2ddd

%39.55
%10.23
%50.23

CMYK Percentages of Color #ae2ddd

%21
%80
%0
%13

Triadic Colors of #ae2ddd

#ae2ddd #ddae2d #2dddae

Analogous Colors of #ae2ddd

#ae2ddd #dd2db4 #562ddd

Monochromatic Colors of #ae2ddd

#ae2ddd

Complementary Color

#ae2ddd #5cdd2d

#ae2ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2ddd Color CSS Codes

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

#ae2ddd Text Font Color

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

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


#ae2ddd Background Color

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

This div background color is #ae2ddd


#ae2ddd Border Color

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

This div border color is #ae2ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2ddd


Comments

No comments written yet.

Please login to write comment.