Color Hex Logo

#ae6bdb Color Hex

#AE6BDB
(174,107,219)
0 Favorites   0 Comments

Color spaces of #ae6bdb

RGB 174107219
HSL0.770.610.64
HSV276°51°86°
CMYK 0.210.510.00   0.14
XYZ35.499424.628569.9006
Yxy24.62850.27300.1894
Hunter Lab49.627140.8377-48.7720
CIE-Lab56.711646.6665-47.1673

#ae6bdb color RGB value is (174,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101011 11011011
Octal 256 153 333
Decimal 174 107 219
Hex AE 6B DB

RGB Percentages of Color #ae6bdb

%34.80
%21.40
%43.80

CMYK Percentages of Color #ae6bdb

%21
%51
%0
%14

Triadic Colors of #ae6bdb

#ae6bdb #dbae6b #6bdbae

Analogous Colors of #ae6bdb

#ae6bdb #db6bd0 #766bdb

Monochromatic Colors of #ae6bdb

#ae6bdb

Complementary Color

#ae6bdb #98db6b

#ae6bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6bdb Color CSS Codes

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

#ae6bdb Text Font Color

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

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


#ae6bdb Background Color

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

This div background color is #ae6bdb


#ae6bdb Border Color

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

This div border color is #ae6bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6bdb


Comments

No comments written yet.

Please login to write comment.