Color Hex Logo

#ae1fab Color Hex

#AE1FAB
(174,31,171)
0 Favorites   0 Comments

Color spaces of #ae1fab

RGB 17431171
HSL0.840.700.40
HSV301°82°68°
CMYK 0.000.820.02   0.32
XYZ25.296212.918939.6884
Yxy12.91890.32470.1658
Hunter Lab35.942962.7263-40.3085
CIE-Lab42.640868.8574-41.7619

#ae1fab color RGB value is (174,31,171).

#ae1fab hex color red value is 174, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae1fab hue: 0.84 , saturation: 0.70 and the lightness value of ae1fab is 0.40.

The process color (four color CMYK) of #ae1fab color hex is 0.00, 0.82, 0.02, 0.32. Web safe color of #ae1fab is #993399. Color #ae1fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011111 10101011
Octal 256 37 253
Decimal 174 31 171
Hex AE 1F AB

RGB Percentages of Color #ae1fab

%46.28
%8.24
%45.48

CMYK Percentages of Color #ae1fab

%0
%82
%2
%32

Triadic Colors of #ae1fab

#ae1fab #abae1f #1fabae

Analogous Colors of #ae1fab

#ae1fab #ae1f64 #6a1fae

Monochromatic Colors of #ae1fab

#ae1fab

Complementary Color

#ae1fab #1fae22

#ae1fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1fab Color CSS Codes

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

#ae1fab Text Font Color

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

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


#ae1fab Background Color

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

This div background color is #ae1fab


#ae1fab Border Color

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

This div border color is #ae1fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1fab


Comments

No comments written yet.

Please login to write comment.