Color Hex Logo

#ae44dd Color Hex

#AE44DD
(174,68,221)
0 Favorites   0 Comments

Color spaces of #ae44dd

RGB 17468221
HSL0.780.690.57
HSV282°69°87°
CMYK 0.210.690.00   0.13
XYZ32.573818.353470.2323
Yxy18.35340.26890.1515
Hunter Lab42.840960.7499-67.2100
CIE-Lab49.922065.7558-59.1462

#ae44dd color RGB value is (174,68,221).

#ae44dd hex color red value is 174, green value is 68 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae44dd hue: 0.78 , saturation: 0.69 and the lightness value of ae44dd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 11011101
Octal 256 104 335
Decimal 174 68 221
Hex AE 44 DD

RGB Percentages of Color #ae44dd

%37.58
%14.69
%47.73

CMYK Percentages of Color #ae44dd

%21
%69
%0
%13

Triadic Colors of #ae44dd

#ae44dd #ddae44 #44ddae

Analogous Colors of #ae44dd

#ae44dd #dd44c0 #6244dd

Monochromatic Colors of #ae44dd

#ae44dd

Complementary Color

#ae44dd #73dd44

#ae44dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae44dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae44dd Color CSS Codes

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

#ae44dd Text Font Color

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

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


#ae44dd Background Color

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

This div background color is #ae44dd


#ae44dd Border Color

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

This div border color is #ae44dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae44dd


Comments

No comments written yet.

Please login to write comment.