Color Hex Logo

#ae94dc Color Hex

#AE94DC
(174,148,220)
0 Favorites   0 Comments

Color spaces of #ae94dc

RGB 174148220
HSL0.730.510.72
HSV262°33°86°
CMYK 0.210.330.00   0.14
XYZ40.963735.345872.3735
Yxy35.34580.27550.2377
Hunter Lab59.452318.9480-30.5593
CIE-Lab66.017024.1581-33.1347

#ae94dc color RGB value is (174,148,220).

#ae94dc hex color red value is 174, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae94dc hue: 0.73 , saturation: 0.51 and the lightness value of ae94dc is 0.72.

The process color (four color CMYK) of #ae94dc color hex is 0.21, 0.33, 0.00, 0.14. Web safe color of #ae94dc is #9999cc. Color #ae94dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 11011100
Octal 256 224 334
Decimal 174 148 220
Hex AE 94 DC

RGB Percentages of Color #ae94dc

%32.10
%27.31
%40.59

CMYK Percentages of Color #ae94dc

%21
%33
%0
%14

Triadic Colors of #ae94dc

#ae94dc #dcae94 #94dcae

Analogous Colors of #ae94dc

#ae94dc #d294dc #949edc

Monochromatic Colors of #ae94dc

#ae94dc

Complementary Color

#ae94dc #c2dc94

#ae94dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae94dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae94dc Color CSS Codes

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

#ae94dc Text Font Color

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

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


#ae94dc Background Color

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

This div background color is #ae94dc


#ae94dc Border Color

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

This div border color is #ae94dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,148,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae94dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae94dc


Comments

No comments written yet.

Please login to write comment.