Color Hex Logo

#ae74db Color Hex

#AE74DB
(174,116,219)
0 Favorites   0 Comments

Color spaces of #ae74db

RGB 174116219
HSL0.760.590.66
HSV274°47°86°
CMYK 0.210.470.00   0.14
XYZ36.487126.603970.2298
Yxy26.60390.27370.1995
Hunter Lab51.579036.0082-44.6238
CIE-Lab58.605941.8107-44.1718

#ae74db color RGB value is (174,116,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 11011011
Octal 256 164 333
Decimal 174 116 219
Hex AE 74 DB

RGB Percentages of Color #ae74db

%34.18
%22.79
%43.03

CMYK Percentages of Color #ae74db

%21
%47
%0
%14

Triadic Colors of #ae74db

#ae74db #dbae74 #74dbae

Analogous Colors of #ae74db

#ae74db #db74d5 #7b74db

Monochromatic Colors of #ae74db

#ae74db

Complementary Color

#ae74db #a1db74

#ae74db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae74db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae74db Color CSS Codes

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

#ae74db Text Font Color

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

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


#ae74db Background Color

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

This div background color is #ae74db


#ae74db Border Color

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

This div border color is #ae74db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae74db


Comments

No comments written yet.

Please login to write comment.