Color Hex Logo

#ae1edf Color Hex

#AE1EDF
(174,30,223)
0 Favorites   0 Comments

Color spaces of #ae1edf

RGB 17430223
HSL0.790.760.50
HSV285°87°87°
CMYK 0.220.870.00   0.13
XYZ31.239115.254971.1100
Yxy15.25490.26560.1297
Hunter Lab39.057574.4177-80.6060
CIE-Lab45.981477.8953-66.6572

#ae1edf color RGB value is (174,30,223).

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

The process color (four color CMYK) of #ae1edf color hex is 0.22, 0.87, 0.00, 0.13. Web safe color of #ae1edf is #9933cc. Color #ae1edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011110 11011111
Octal 256 36 337
Decimal 174 30 223
Hex AE 1E DF

RGB Percentages of Color #ae1edf

%40.75
%7.03
%52.22

CMYK Percentages of Color #ae1edf

%22
%87
%0
%13

Triadic Colors of #ae1edf

#ae1edf #dfae1e #1edfae

Analogous Colors of #ae1edf

#ae1edf #df1eb0 #4d1edf

Monochromatic Colors of #ae1edf

#ae1edf

Complementary Color

#ae1edf #4fdf1e

#ae1edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1edf Color CSS Codes

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

#ae1edf Text Font Color

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

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


#ae1edf Background Color

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

This div background color is #ae1edf


#ae1edf Border Color

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

This div border color is #ae1edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1edf


Comments

No comments written yet.

Please login to write comment.