color codes Logo

#ae60fc color codes

#AE60FC
(174,96,252)
0 Favorites   0 Comments

Color spaces of #ae60fc

RGB 17496252
HSL0.750.960.68
HSV270°62°99°
CMYK 0.310.620.00   0.01
XYZ39.209124.392794.7372
Yxy24.39270.24760.1541
Hunter Lab49.389055.2776-79.1569
CIE-Lab56.478859.7996-65.9706

#ae60fc color RGB value is (174,96,252).

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

The process color (four color CMYK) of #ae60fc color code is 0.31, 0.62, 0.00, 0.01. Web safe color of #ae60fc is #9966ff. Color #ae60fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 11111100
Octal 256 140 374
Decimal 174 96 252
Hex AE 60 FC

RGB Percentages of Color #ae60fc

%33.33
%18.39
%48.28

CMYK Percentages of Color #ae60fc

%31
%62
%0
%1

Triadic Colors of #ae60fc

#ae60fc #fcae60 #60fcae

Analogous Colors of #ae60fc

#ae60fc #fc60fc #6060fc

Monochromatic Colors of #ae60fc

#ae60fc

Complementary Color

#ae60fc #aefc60

#ae60fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae60fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae60fc Color CSS Codes

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

#ae60fc Text Font Color

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

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


#ae60fc Background Color

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

This div background color is #ae60fc


#ae60fc Border Color

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

This div border color is #ae60fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae60fc

Related Colors


Comments

No comments written yet.

Please login to write comment.