Color Hex Logo

#ae65de Color Hex

#AE65DE
(174,101,222)
0 Favorites   0 Comments

Color spaces of #ae65de

RGB 174101222
HSL0.770.650.63
HSV276°55°87°
CMYK 0.220.550.00   0.13
XYZ35.294123.580071.7984
Yxy23.58000.27010.1805
Hunter Lab48.559244.7597-53.6731
CIE-Lab55.664850.4833-50.5197

#ae65de color RGB value is (174,101,222).

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

The process color (four color CMYK) of #ae65de color hex is 0.22, 0.55, 0.00, 0.13. Web safe color of #ae65de is #9966cc. Color #ae65de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 11011110
Octal 256 145 336
Decimal 174 101 222
Hex AE 65 DE

RGB Percentages of Color #ae65de

%35.01
%20.32
%44.67

CMYK Percentages of Color #ae65de

%22
%55
%0
%13

Triadic Colors of #ae65de

#ae65de #deae65 #65deae

Analogous Colors of #ae65de

#ae65de #de65d2 #7265de

Monochromatic Colors of #ae65de

#ae65de

Complementary Color

#ae65de #95de65

#ae65de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae65de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae65de Color CSS Codes

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

#ae65de Text Font Color

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

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


#ae65de Background Color

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

This div background color is #ae65de


#ae65de Border Color

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

This div border color is #ae65de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae65de


Comments

No comments written yet.

Please login to write comment.