Color Hex Logo

#ae54ec Color Hex

#AE54EC
(174,84,236)
0 Favorites   0 Comments

Color spaces of #ae54ec

RGB 17484236
HSL0.770.800.63
HSV276°64°93°
CMYK 0.260.640.00   0.07
XYZ35.766221.395481.6015
Yxy21.39540.25780.1542
Hunter Lab46.255257.0763-72.2184
CIE-Lab53.379561.9288-62.0471

#ae54ec color RGB value is (174,84,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 11101100
Octal 256 124 354
Decimal 174 84 236
Hex AE 54 EC

RGB Percentages of Color #ae54ec

%35.22
%17.00
%47.77

CMYK Percentages of Color #ae54ec

%26
%64
%0
%7

Triadic Colors of #ae54ec

#ae54ec #ecae54 #54ecae

Analogous Colors of #ae54ec

#ae54ec #ec54de #6254ec

Monochromatic Colors of #ae54ec

#ae54ec

Complementary Color

#ae54ec #92ec54

#ae54ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae54ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae54ec Color CSS Codes

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

#ae54ec Text Font Color

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

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


#ae54ec Background Color

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

This div background color is #ae54ec


#ae54ec Border Color

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

This div border color is #ae54ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae54ec


Comments

No comments written yet.

Please login to write comment.