Color Hex Logo

#ae78fc Color Hex

#AE78FC
(174,120,252)
0 Favorites   0 Comments

Color spaces of #ae78fc

RGB 174120252
HSL0.730.960.73
HSV265°52°99°
CMYK 0.310.520.00   0.01
XYZ41.742729.459995.5817
Yxy29.45990.25030.1766
Hunter Lab54.277042.2940-66.4157
CIE-Lab61.185447.3631-58.4215

#ae78fc color RGB value is (174,120,252).

#ae78fc hex color red value is 174, green value is 120 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ae78fc hue: 0.73 , saturation: 0.96 and the lightness value of ae78fc is 0.73.

The process color (four color CMYK) of #ae78fc color hex is 0.31, 0.52, 0.00, 0.01. Web safe color of #ae78fc is #9966ff. Color #ae78fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 11111100
Octal 256 170 374
Decimal 174 120 252
Hex AE 78 FC

RGB Percentages of Color #ae78fc

%31.87
%21.98
%46.15

CMYK Percentages of Color #ae78fc

%31
%52
%0
%1

Triadic Colors of #ae78fc

#ae78fc #fcae78 #78fcae

Analogous Colors of #ae78fc

#ae78fc #f078fc #7884fc

Monochromatic Colors of #ae78fc

#ae78fc

Complementary Color

#ae78fc #c6fc78

#ae78fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae78fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae78fc Color CSS Codes

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

#ae78fc Text Font Color

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

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


#ae78fc Background Color

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

This div background color is #ae78fc


#ae78fc Border Color

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

This div border color is #ae78fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae78fc


Comments

No comments written yet.

Please login to write comment.