Color Hex Logo

#ae3afe Color Hex

#AE3AFE
(174,58,254)
0 Favorites   0 Comments

Color spaces of #ae3afe

RGB 17458254
HSL0.770.990.61
HSV276°77°100°
CMYK 0.310.770.00   0.00
XYZ36.858019.180595.5255
Yxy19.18050.24320.1266
Hunter Lab43.795573.5820-98.6646
CIE-Lab50.897776.2627-76.1213

#ae3afe color RGB value is (174,58,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111010 11111110
Octal 256 72 376
Decimal 174 58 254
Hex AE 3A FE

RGB Percentages of Color #ae3afe

%35.80
%11.93
%52.26

CMYK Percentages of Color #ae3afe

%31
%77
%0
%0

Triadic Colors of #ae3afe

#ae3afe #feae3a #3afeae

Analogous Colors of #ae3afe

#ae3afe #fe3aec #4c3afe

Monochromatic Colors of #ae3afe

#ae3afe

Complementary Color

#ae3afe #8afe3a

#ae3afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3afe Color CSS Codes

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

#ae3afe Text Font Color

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

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


#ae3afe Background Color

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

This div background color is #ae3afe


#ae3afe Border Color

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

This div border color is #ae3afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3afe


Comments

No comments written yet.

Please login to write comment.