color codes Logo

#ae14df color codes

#AE14DF
(174,20,223)
0 Favorites   0 Comments

Color spaces of #ae14df

RGB 17420223
HSL0.790.840.48
HSV286°91°87°
CMYK 0.220.910.00   0.13
XYZ31.025014.826771.0387
Yxy14.82670.26540.1268
Hunter Lab38.505576.4383-82.4303
CIE-Lab45.395979.6287-67.6086

#ae14df color RGB value is (174,20,223).

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

The process color (four color CMYK) of #ae14df color code is 0.22, 0.91, 0.00, 0.13. Web safe color of #ae14df is #9900cc. Color #ae14df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010100 11011111
Octal 256 24 337
Decimal 174 20 223
Hex AE 14 DF

RGB Percentages of Color #ae14df

%41.73
%4.80
%53.48

CMYK Percentages of Color #ae14df

%22
%91
%0
%13

Triadic Colors of #ae14df

#ae14df #dfae14 #14dfae

Analogous Colors of #ae14df

#ae14df #df14ab #4814df

Monochromatic Colors of #ae14df

#ae14df

Complementary Color

#ae14df #45df14

#ae14df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae14df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae14df Color CSS Codes

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

#ae14df Text Font Color

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

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


#ae14df Background Color

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

This div background color is #ae14df


#ae14df Border Color

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

This div border color is #ae14df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae14df


Comments

No comments written yet.

Please login to write comment.