Color Hex Logo

#ae62db Color Hex

#AE62DB
(174,98,219)
0 Favorites   0 Comments

Color spaces of #ae62db

RGB 17498219
HSL0.770.630.62
HSV278°55°86°
CMYK 0.210.550.00   0.14
XYZ34.609422.848569.6039
Yxy22.84850.27240.1798
Hunter Lab47.800145.5917-52.8748
CIE-Lab54.915951.3720-50.0189

#ae62db color RGB value is (174,98,219).

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

The process color (four color CMYK) of #ae62db color hex is 0.21, 0.55, 0.00, 0.14. Web safe color of #ae62db is #9966cc. Color #ae62db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 11011011
Octal 256 142 333
Decimal 174 98 219
Hex AE 62 DB

RGB Percentages of Color #ae62db

%35.44
%19.96
%44.60

CMYK Percentages of Color #ae62db

%21
%55
%0
%14

Triadic Colors of #ae62db

#ae62db #dbae62 #62dbae

Analogous Colors of #ae62db

#ae62db #db62cc #7262db

Monochromatic Colors of #ae62db

#ae62db

Complementary Color

#ae62db #8fdb62

#ae62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae62db Color CSS Codes

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

#ae62db Text Font Color

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

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


#ae62db Background Color

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

This div background color is #ae62db


#ae62db Border Color

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

This div border color is #ae62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae62db


Comments

No comments written yet.

Please login to write comment.