Color Hex Logo

#ae79fc Color Hex

#AE79FC
(174,121,252)
0 Favorites   0 Comments

Color spaces of #ae79fc

RGB 174121252
HSL0.730.960.73
HSV264°52°99°
CMYK 0.310.520.00   0.01
XYZ41.863629.701795.6220
Yxy29.70170.25040.1777
Hunter Lab54.499341.7410-65.8781
CIE-Lab61.396046.8219-58.0853

#ae79fc color RGB value is (174,121,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 11111100
Octal 256 171 374
Decimal 174 121 252
Hex AE 79 FC

RGB Percentages of Color #ae79fc

%31.81
%22.12
%46.07

CMYK Percentages of Color #ae79fc

%31
%52
%0
%1

Triadic Colors of #ae79fc

#ae79fc #fcae79 #79fcae

Analogous Colors of #ae79fc

#ae79fc #f079fc #7986fc

Monochromatic Colors of #ae79fc

#ae79fc

Complementary Color

#ae79fc #c7fc79

#ae79fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae79fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae79fc Color CSS Codes

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

#ae79fc Text Font Color

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

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


#ae79fc Background Color

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

This div background color is #ae79fc


#ae79fc Border Color

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

This div border color is #ae79fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae79fc

Related Colors


Comments

No comments written yet.

Please login to write comment.