Color Hex Logo

#ae45fa Color Hex

#AE45FA
(174,69,250)
0 Favorites   0 Comments

Color spaces of #ae45fa

RGB 17469250
HSL0.760.950.63
HSV275°72°98°
CMYK 0.300.720.00   0.02
XYZ36.839020.157092.3915
Yxy20.15700.24660.1349
Hunter Lab44.896567.8958-90.5838
CIE-Lab52.014371.3874-72.0791

#ae45fa color RGB value is (174,69,250).

#ae45fa hex color red value is 174, green value is 69 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae45fa hue: 0.76 , saturation: 0.95 and the lightness value of ae45fa is 0.63.

The process color (four color CMYK) of #ae45fa color hex is 0.30, 0.72, 0.00, 0.02. Web safe color of #ae45fa is #9933ff. Color #ae45fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 11111010
Octal 256 105 372
Decimal 174 69 250
Hex AE 45 FA

RGB Percentages of Color #ae45fa

%35.29
%14.00
%50.71

CMYK Percentages of Color #ae45fa

%30
%72
%0
%2

Triadic Colors of #ae45fa

#ae45fa #faae45 #45faae

Analogous Colors of #ae45fa

#ae45fa #fa45ec #5345fa

Monochromatic Colors of #ae45fa

#ae45fa

Complementary Color

#ae45fa #91fa45

#ae45fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae45fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae45fa Color CSS Codes

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

#ae45fa Text Font Color

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

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


#ae45fa Background Color

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

This div background color is #ae45fa


#ae45fa Border Color

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

This div border color is #ae45fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae45fa


Comments

No comments written yet.

Please login to write comment.