color codes Logo

#ae3afc color codes

#AE3AFC
(174,58,252)
0 Favorites   0 Comments

Color spaces of #ae3afc

RGB 17458252
HSL0.770.970.61
HSV276°77°99°
CMYK 0.310.770.00   0.01
XYZ36.539319.053193.8472
Yxy19.05310.24450.1275
Hunter Lab43.649973.0351-96.9186
CIE-Lab50.749375.8486-75.2494

#ae3afc color RGB value is (174,58,252).

#ae3afc hex color red value is 174, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ae3afc hue: 0.77 , saturation: 0.97 and the lightness value of ae3afc is 0.61.

The process color (four color CMYK) of #ae3afc color code is 0.31, 0.77, 0.00, 0.01. Web safe color of #ae3afc is #9933ff. Color #ae3afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111010 11111100
Octal 256 72 374
Decimal 174 58 252
Hex AE 3A FC

RGB Percentages of Color #ae3afc

%35.95
%11.98
%52.07

CMYK Percentages of Color #ae3afc

%31
%77
%0
%1

Triadic Colors of #ae3afc

#ae3afc #fcae3a #3afcae

Analogous Colors of #ae3afc

#ae3afc #fc3ae9 #4d3afc

Monochromatic Colors of #ae3afc

#ae3afc

Complementary Color

#ae3afc #88fc3a

#ae3afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3afc Color CSS Codes

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

#ae3afc Text Font Color

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

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


#ae3afc Background Color

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

This div background color is #ae3afc


#ae3afc Border Color

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

This div border color is #ae3afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3afc

Related Colors


Comments

No comments written yet.

Please login to write comment.