Color Hex Logo

#ae46dd Color Hex

#AE46DD
(174,70,221)
0 Favorites   0 Comments

Color spaces of #ae46dd

RGB 17470221
HSL0.780.690.57
HSV281°68°87°
CMYK 0.210.680.00   0.13
XYZ32.696918.599470.2733
Yxy18.59940.26900.1530
Hunter Lab43.127059.8581-66.4211
CIE-Lab50.215264.9321-58.6742

#ae46dd color RGB value is (174,70,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 11011101
Octal 256 106 335
Decimal 174 70 221
Hex AE 46 DD

RGB Percentages of Color #ae46dd

%37.42
%15.05
%47.53

CMYK Percentages of Color #ae46dd

%21
%68
%0
%13

Triadic Colors of #ae46dd

#ae46dd #ddae46 #46ddae

Analogous Colors of #ae46dd

#ae46dd #dd46c1 #6246dd

Monochromatic Colors of #ae46dd

#ae46dd

Complementary Color

#ae46dd #75dd46

#ae46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae46dd Color CSS Codes

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

#ae46dd Text Font Color

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

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


#ae46dd Background Color

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

This div background color is #ae46dd


#ae46dd Border Color

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

This div border color is #ae46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae46dd

#ae46dd Color Palettes


Comments

No comments written yet.

Please login to write comment.