Color Hex Logo

#ae69dd Color Hex

#AE69DD
(174,105,221)
0 Favorites   0 Comments

Color spaces of #ae69dd

RGB 174105221
HSL0.770.630.64
HSV276°52°87°
CMYK 0.210.520.00   0.13
XYZ35.558324.322371.2272
Yxy24.32230.27120.1855
Hunter Lab49.317642.3936-51.1075
CIE-Lab56.409148.1698-48.7737

#ae69dd color RGB value is (174,105,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 11011101
Octal 256 151 335
Decimal 174 105 221
Hex AE 69 DD

RGB Percentages of Color #ae69dd

%34.80
%21.00
%44.20

CMYK Percentages of Color #ae69dd

%21
%52
%0
%13

Triadic Colors of #ae69dd

#ae69dd #ddae69 #69ddae

Analogous Colors of #ae69dd

#ae69dd #dd69d2 #7469dd

Monochromatic Colors of #ae69dd

#ae69dd

Complementary Color

#ae69dd #98dd69

#ae69dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69dd Color CSS Codes

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

#ae69dd Text Font Color

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

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


#ae69dd Background Color

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

This div background color is #ae69dd


#ae69dd Border Color

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

This div border color is #ae69dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69dd


Comments

No comments written yet.

Please login to write comment.