Color Hex Logo

#ae00df Color Hex

#AE00DF
(174,0,223)
0 Favorites   0 Comments

Color spaces of #ae00df

RGB 1740223
HSL0.801.000.44
HSV287°100°87°
CMYK 0.221.000.00   0.13
XYZ30.774814.326470.9553
Yxy14.32640.26520.1234
Hunter Lab37.850278.8947-84.6518
CIE-Lab44.697481.7114-68.7449

#ae00df color RGB value is (174,0,223).

#ae00df hex color red value is 174, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae00df hue: 0.80 , saturation: 1.00 and the lightness value of ae00df is 0.44.

The process color (four color CMYK) of #ae00df color hex is 0.22, 1.00, 0.00, 0.13. Web safe color of #ae00df is #9900cc. Color #ae00df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 11011111
Octal 256 0 337
Decimal 174 0 223
Hex AE 0 DF

RGB Percentages of Color #ae00df

%43.83
%0.00
%56.17

CMYK Percentages of Color #ae00df

%22
%100
%0
%13

Triadic Colors of #ae00df

#ae00df #dfae00 #00dfae

Analogous Colors of #ae00df

#ae00df #df00a1 #3f00df

Monochromatic Colors of #ae00df

#ae00df

Complementary Color

#ae00df #31df00

#ae00df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae00df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae00df Color CSS Codes

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

#ae00df Text Font Color

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

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


#ae00df Background Color

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

This div background color is #ae00df


#ae00df Border Color

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

This div border color is #ae00df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae00df


Comments

No comments written yet.

Please login to write comment.