Color Hex Logo

#ae7fdb Color Hex

#AE7FDB
(174,127,219)
0 Favorites   0 Comments

Color spaces of #ae7fdb

RGB 174127219
HSL0.750.560.68
HSV271°42°86°
CMYK 0.210.420.00   0.14
XYZ37.831129.291970.6778
Yxy29.29190.27450.2126
Hunter Lab54.122030.0574-39.5413
CIE-Lab61.038435.7339-40.3445

#ae7fdb color RGB value is (174,127,219).

#ae7fdb hex color red value is 174, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae7fdb hue: 0.75 , saturation: 0.56 and the lightness value of ae7fdb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111111 11011011
Octal 256 177 333
Decimal 174 127 219
Hex AE 7F DB

RGB Percentages of Color #ae7fdb

%33.46
%24.42
%42.12

CMYK Percentages of Color #ae7fdb

%21
%42
%0
%14

Triadic Colors of #ae7fdb

#ae7fdb #dbae7f #7fdbae

Analogous Colors of #ae7fdb

#ae7fdb #db7fda #807fdb

Monochromatic Colors of #ae7fdb

#ae7fdb

Complementary Color

#ae7fdb #acdb7f

#ae7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7fdb Color CSS Codes

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

#ae7fdb Text Font Color

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

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


#ae7fdb Background Color

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

This div background color is #ae7fdb


#ae7fdb Border Color

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

This div border color is #ae7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7fdb


Comments

No comments written yet.

Please login to write comment.