Color Hex Logo

#ae0fdf Color Hex

#AE0FDF
(174,15,223)
0 Favorites   0 Comments

Color spaces of #ae0fdf

RGB 17415223
HSL0.790.870.47
HSV286°93°87°
CMYK 0.220.930.00   0.13
XYZ30.945714.668071.0122
Yxy14.66800.26530.1258
Hunter Lab38.298877.2062-83.1240
CIE-Lab45.176180.2827-67.9660

#ae0fdf color RGB value is (174,15,223).

#ae0fdf hex color red value is 174, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae0fdf hue: 0.79 , saturation: 0.87 and the lightness value of ae0fdf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001111 11011111
Octal 256 17 337
Decimal 174 15 223
Hex AE F DF

RGB Percentages of Color #ae0fdf

%42.23
%3.64
%54.13

CMYK Percentages of Color #ae0fdf

%22
%93
%0
%13

Triadic Colors of #ae0fdf

#ae0fdf #dfae0f #0fdfae

Analogous Colors of #ae0fdf

#ae0fdf #df0fa8 #460fdf

Monochromatic Colors of #ae0fdf

#ae0fdf

Complementary Color

#ae0fdf #40df0f

#ae0fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0fdf Color CSS Codes

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

#ae0fdf Text Font Color

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

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


#ae0fdf Background Color

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

This div background color is #ae0fdf


#ae0fdf Border Color

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

This div border color is #ae0fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0fdf


Comments

No comments written yet.

Please login to write comment.