Color Hex Logo

#ae3cfe Color Hex

#AE3CFE
(174,60,254)
0 Favorites   0 Comments

Color spaces of #ae3cfe

RGB 17460254
HSL0.760.990.62
HSV275°76°100°
CMYK 0.310.760.00   0.00
XYZ36.960819.386195.5598
Yxy19.38610.24330.1276
Hunter Lab44.029672.7904-97.8594
CIE-Lab51.135975.5747-75.7336

#ae3cfe color RGB value is (174,60,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111100 11111110
Octal 256 74 376
Decimal 174 60 254
Hex AE 3C FE

RGB Percentages of Color #ae3cfe

%35.66
%12.30
%52.05

CMYK Percentages of Color #ae3cfe

%31
%76
%0
%0

Triadic Colors of #ae3cfe

#ae3cfe #feae3c #3cfeae

Analogous Colors of #ae3cfe

#ae3cfe #fe3ced #4d3cfe

Monochromatic Colors of #ae3cfe

#ae3cfe

Complementary Color

#ae3cfe #8cfe3c

#ae3cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3cfe Color CSS Codes

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

#ae3cfe Text Font Color

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

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


#ae3cfe Background Color

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

This div background color is #ae3cfe


#ae3cfe Border Color

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

This div border color is #ae3cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3cfe


Comments

No comments written yet.

Please login to write comment.