Color Hex Logo

#ae14ea Color Hex

#AE14EA
(174,20,234)
0 Favorites   0 Comments

Color spaces of #ae14ea

RGB 17420234
HSL0.790.840.50
HSV283°91°92°
CMYK 0.260.910.00   0.08
XYZ32.557015.439579.1061
Yxy15.43950.25610.1215
Hunter Lab39.293179.1363-91.8592
CIE-Lab46.230481.6077-72.5022

#ae14ea color RGB value is (174,20,234).

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

The process color (four color CMYK) of #ae14ea color hex is 0.26, 0.91, 0.00, 0.08. Web safe color of #ae14ea is #9900ff. Color #ae14ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010100 11101010
Octal 256 24 352
Decimal 174 20 234
Hex AE 14 EA

RGB Percentages of Color #ae14ea

%40.65
%4.67
%54.67

CMYK Percentages of Color #ae14ea

%26
%91
%0
%8

Triadic Colors of #ae14ea

#ae14ea #eaae14 #14eaae

Analogous Colors of #ae14ea

#ae14ea #ea14bb #4314ea

Monochromatic Colors of #ae14ea

#ae14ea

Complementary Color

#ae14ea #50ea14

#ae14ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae14ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae14ea Color CSS Codes

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

#ae14ea Text Font Color

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

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


#ae14ea Background Color

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

This div background color is #ae14ea


#ae14ea Border Color

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

This div border color is #ae14ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae14ea


Comments

No comments written yet.

Please login to write comment.