Color Hex Logo

#ae14da Color Hex

#AE14DA
(174,20,218)
0 Favorites   0 Comments

Color spaces of #ae14da

RGB 17420218
HSL0.800.830.47
HSV287°91°85°
CMYK 0.200.910.00   0.15
XYZ30.360614.560967.5400
Yxy14.56090.27000.1295
Hunter Lab38.158775.2438-78.2306
CIE-Lab45.026878.7444-65.3491

#ae14da color RGB value is (174,20,218).

#ae14da hex color red value is 174, green value is 20 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae14da hue: 0.80 , saturation: 0.83 and the lightness value of ae14da is 0.47.

The process color (four color CMYK) of #ae14da color hex is 0.20, 0.91, 0.00, 0.15. Web safe color of #ae14da is #9900cc. Color #ae14da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010100 11011010
Octal 256 24 332
Decimal 174 20 218
Hex AE 14 DA

RGB Percentages of Color #ae14da

%42.23
%4.85
%52.91

CMYK Percentages of Color #ae14da

%20
%91
%0
%15

Triadic Colors of #ae14da

#ae14da #daae14 #14daae

Analogous Colors of #ae14da

#ae14da #da14a3 #4b14da

Monochromatic Colors of #ae14da

#ae14da

Complementary Color

#ae14da #40da14

#ae14da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae14da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae14da Color CSS Codes

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

#ae14da Text Font Color

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

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


#ae14da Background Color

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

This div background color is #ae14da


#ae14da Border Color

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

This div border color is #ae14da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae14da


Comments

No comments written yet.

Please login to write comment.