Color Hex Logo

#ae1afe Color Hex

#AE1AFE
(174,26,254)
0 Favorites   0 Comments

Color spaces of #ae1afe

RGB 17426254
HSL0.770.990.55
HSV279°90°100°
CMYK 0.310.900.00   0.00
XYZ35.714316.893295.1443
Yxy16.89320.24170.1143
Hunter Lab41.101383.1772-108.4778
CIE-Lab48.125284.4023-80.6465

#ae1afe color RGB value is (174,26,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011010 11111110
Octal 256 32 376
Decimal 174 26 254
Hex AE 1A FE

RGB Percentages of Color #ae1afe

%38.33
%5.73
%55.95

CMYK Percentages of Color #ae1afe

%31
%90
%0
%0

Triadic Colors of #ae1afe

#ae1afe #feae1a #1afeae

Analogous Colors of #ae1afe

#ae1afe #fe1adc #3c1afe

Monochromatic Colors of #ae1afe

#ae1afe

Complementary Color

#ae1afe #6afe1a

#ae1afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1afe Color CSS Codes

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

#ae1afe Text Font Color

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

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


#ae1afe Background Color

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

This div background color is #ae1afe


#ae1afe Border Color

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

This div border color is #ae1afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1afe

Related Colors


Comments

No comments written yet.

Please login to write comment.