Color Hex Logo

#ae85dd Color Hex

#AE85DD
(174,133,221)
0 Favorites   0 Comments

Color spaces of #ae85dd

RGB 174133221
HSL0.740.560.69
HSV268°40°87°
CMYK 0.210.400.00   0.13
XYZ38.894230.994272.3391
Yxy30.99420.27350.2179
Hunter Lab55.672427.2779-38.0690
CIE-Lab62.502732.8354-39.1661

#ae85dd color RGB value is (174,133,221).

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

The process color (four color CMYK) of #ae85dd color hex is 0.21, 0.40, 0.00, 0.13. Web safe color of #ae85dd is #9999cc. Color #ae85dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 11011101
Octal 256 205 335
Decimal 174 133 221
Hex AE 85 DD

RGB Percentages of Color #ae85dd

%32.95
%25.19
%41.86

CMYK Percentages of Color #ae85dd

%21
%40
%0
%13

Triadic Colors of #ae85dd

#ae85dd #ddae85 #85ddae

Analogous Colors of #ae85dd

#ae85dd #da85dd #8588dd

Monochromatic Colors of #ae85dd

#ae85dd

Complementary Color

#ae85dd #b4dd85

#ae85dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae85dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae85dd Color CSS Codes

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

#ae85dd Text Font Color

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

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


#ae85dd Background Color

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

This div background color is #ae85dd


#ae85dd Border Color

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

This div border color is #ae85dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae85dd


Comments

No comments written yet.

Please login to write comment.