Color Hex Logo

#ae54eb Color Hex

#AE54EB
(174,84,235)
0 Favorites   0 Comments

Color spaces of #ae54eb

RGB 17484235
HSL0.770.790.63
HSV276°64°92°
CMYK 0.260.640.00   0.08
XYZ35.621321.337580.8384
Yxy21.33750.25850.1548
Hunter Lab46.192556.8131-71.4246
CIE-Lab53.316961.7107-61.5870

#ae54eb color RGB value is (174,84,235).

#ae54eb hex color red value is 174, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae54eb hue: 0.77 , saturation: 0.79 and the lightness value of ae54eb is 0.63.

The process color (four color CMYK) of #ae54eb color hex is 0.26, 0.64, 0.00, 0.08. Web safe color of #ae54eb is #9966ff. Color #ae54eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 11101011
Octal 256 124 353
Decimal 174 84 235
Hex AE 54 EB

RGB Percentages of Color #ae54eb

%35.29
%17.04
%47.67

CMYK Percentages of Color #ae54eb

%26
%64
%0
%8

Triadic Colors of #ae54eb

#ae54eb #ebae54 #54ebae

Analogous Colors of #ae54eb

#ae54eb #eb54dd #6254eb

Monochromatic Colors of #ae54eb

#ae54eb

Complementary Color

#ae54eb #91eb54

#ae54eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae54eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae54eb Color CSS Codes

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

#ae54eb Text Font Color

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

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


#ae54eb Background Color

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

This div background color is #ae54eb


#ae54eb Border Color

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

This div border color is #ae54eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae54eb


Comments

No comments written yet.

Please login to write comment.