color codes Logo

#ae15ea color codes

#AE15EA
(174,21,234)
0 Favorites   0 Comments

Color spaces of #ae15ea

RGB 17421234
HSL0.790.840.50
HSV283°91°92°
CMYK 0.260.910.00   0.08
XYZ32.575015.475579.1121
Yxy15.47550.25620.1217
Hunter Lab39.338978.9657-91.6973
CIE-Lab46.278781.4638-72.4234

#ae15ea color RGB value is (174,21,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 11101010
Octal 256 25 352
Decimal 174 21 234
Hex AE 15 EA

RGB Percentages of Color #ae15ea

%40.56
%4.90
%54.55

CMYK Percentages of Color #ae15ea

%26
%91
%0
%8

Triadic Colors of #ae15ea

#ae15ea #eaae15 #15eaae

Analogous Colors of #ae15ea

#ae15ea #ea15bc #4315ea

Monochromatic Colors of #ae15ea

#ae15ea

Complementary Color

#ae15ea #51ea15

#ae15ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae15ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae15ea Color CSS Codes

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

#ae15ea Text Font Color

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

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


#ae15ea Background Color

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

This div background color is #ae15ea


#ae15ea Border Color

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

This div border color is #ae15ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae15ea


Comments

No comments written yet.

Please login to write comment.