Color Hex Logo

#ae85de Color Hex

#AE85DE
(174,133,222)
0 Favorites   0 Comments

Color spaces of #ae85de

RGB 174133222
HSL0.740.570.70
HSV268°40°87°
CMYK 0.220.400.00   0.13
XYZ39.027931.047773.0430
Yxy31.04770.27270.2169
Hunter Lab55.720527.5147-38.7179
CIE-Lab62.547933.0657-39.6525

#ae85de color RGB value is (174,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 11011110
Octal 256 205 336
Decimal 174 133 222
Hex AE 85 DE

RGB Percentages of Color #ae85de

%32.89
%25.14
%41.97

CMYK Percentages of Color #ae85de

%22
%40
%0
%13

Triadic Colors of #ae85de

#ae85de #deae85 #85deae

Analogous Colors of #ae85de

#ae85de #db85de #8589de

Monochromatic Colors of #ae85de

#ae85de

Complementary Color

#ae85de #b5de85

#ae85de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae85de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae85de Color CSS Codes

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

#ae85de Text Font Color

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

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


#ae85de Background Color

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

This div background color is #ae85de


#ae85de Border Color

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

This div border color is #ae85de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,133,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae85de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae85de


Comments

No comments written yet.

Please login to write comment.