Color Hex Logo

#ae45dd Color Hex

#AE45DD
(174,69,221)
0 Favorites   0 Comments

Color spaces of #ae45dd

RGB 17469221
HSL0.780.690.57
HSV281°69°87°
CMYK 0.210.690.00   0.13
XYZ32.634818.475470.2527
Yxy18.47540.26890.1522
Hunter Lab42.983060.3056-66.8172
CIE-Lab50.067765.3459-58.9116

#ae45dd color RGB value is (174,69,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 11011101
Octal 256 105 335
Decimal 174 69 221
Hex AE 45 DD

RGB Percentages of Color #ae45dd

%37.50
%14.87
%47.63

CMYK Percentages of Color #ae45dd

%21
%69
%0
%13

Triadic Colors of #ae45dd

#ae45dd #ddae45 #45ddae

Analogous Colors of #ae45dd

#ae45dd #dd45c0 #6245dd

Monochromatic Colors of #ae45dd

#ae45dd

Complementary Color

#ae45dd #74dd45

#ae45dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae45dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae45dd Color CSS Codes

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

#ae45dd Text Font Color

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

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


#ae45dd Background Color

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

This div background color is #ae45dd


#ae45dd Border Color

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

This div border color is #ae45dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae45dd


Comments

No comments written yet.

Please login to write comment.