Color Hex Logo

#ae75db Color Hex

#AE75DB
(174,117,219)
0 Favorites   0 Comments

Color spaces of #ae75db

RGB 174117219
HSL0.760.590.66
HSV274°47°86°
CMYK 0.210.470.00   0.14
XYZ36.603026.835770.2685
Yxy26.83570.27380.2007
Hunter Lab51.803235.4686-44.1618
CIE-Lab58.821941.2638-43.8311

#ae75db color RGB value is (174,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 11011011
Octal 256 165 333
Decimal 174 117 219
Hex AE 75 DB

RGB Percentages of Color #ae75db

%34.12
%22.94
%42.94

CMYK Percentages of Color #ae75db

%21
%47
%0
%14

Triadic Colors of #ae75db

#ae75db #dbae75 #75dbae

Analogous Colors of #ae75db

#ae75db #db75d5 #7b75db

Monochromatic Colors of #ae75db

#ae75db

Complementary Color

#ae75db #a2db75

#ae75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae75db Color CSS Codes

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

#ae75db Text Font Color

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

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


#ae75db Background Color

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

This div background color is #ae75db


#ae75db Border Color

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

This div border color is #ae75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae75db


Comments

No comments written yet.

Please login to write comment.