Color Hex Logo

#ae4ddb Color Hex

#AE4DDB
(174,77,219)
0 Favorites   0 Comments

Color spaces of #ae4ddb

RGB 17477219
HSL0.780.660.58
HSV281°65°86°
CMYK 0.210.650.00   0.14
XYZ32.895619.420969.0327
Yxy19.42090.27110.1600
Hunter Lab44.069256.1211-62.0272
CIE-Lab51.176061.4987-55.9944

#ae4ddb color RGB value is (174,77,219).

#ae4ddb hex color red value is 174, green value is 77 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae4ddb hue: 0.78 , saturation: 0.66 and the lightness value of ae4ddb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001101 11011011
Octal 256 115 333
Decimal 174 77 219
Hex AE 4D DB

RGB Percentages of Color #ae4ddb

%37.02
%16.38
%46.60

CMYK Percentages of Color #ae4ddb

%21
%65
%0
%14

Triadic Colors of #ae4ddb

#ae4ddb #dbae4d #4ddbae

Analogous Colors of #ae4ddb

#ae4ddb #db4dc1 #674ddb

Monochromatic Colors of #ae4ddb

#ae4ddb

Complementary Color

#ae4ddb #7adb4d

#ae4ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4ddb Color CSS Codes

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

#ae4ddb Text Font Color

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

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


#ae4ddb Background Color

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

This div background color is #ae4ddb


#ae4ddb Border Color

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

This div border color is #ae4ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4ddb


Comments

No comments written yet.

Please login to write comment.