Color Hex Logo

#ae5ddd Color Hex

#AE5DDD
(174,93,221)
0 Favorites   0 Comments

Color spaces of #ae5ddd

RGB 17493221
HSL0.770.650.62
HSV278°58°87°
CMYK 0.210.580.00   0.13
XYZ34.421122.047870.8481
Yxy22.04780.27040.1732
Hunter Lab46.955148.6806-56.5911
CIE-Lab54.077754.3364-52.4847

#ae5ddd color RGB value is (174,93,221).

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

The process color (four color CMYK) of #ae5ddd color hex is 0.21, 0.58, 0.00, 0.13. Web safe color of #ae5ddd is #9966cc. Color #ae5ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011101 11011101
Octal 256 135 335
Decimal 174 93 221
Hex AE 5D DD

RGB Percentages of Color #ae5ddd

%35.66
%19.06
%45.29

CMYK Percentages of Color #ae5ddd

%21
%58
%0
%13

Triadic Colors of #ae5ddd

#ae5ddd #ddae5d #5dddae

Analogous Colors of #ae5ddd

#ae5ddd #dd5dcc #6e5ddd

Monochromatic Colors of #ae5ddd

#ae5ddd

Complementary Color

#ae5ddd #8cdd5d

#ae5ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5ddd Color CSS Codes

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

#ae5ddd Text Font Color

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

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


#ae5ddd Background Color

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

This div background color is #ae5ddd


#ae5ddd Border Color

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

This div border color is #ae5ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5ddd


Comments

No comments written yet.

Please login to write comment.