Color Hex Logo

#ae1ff0 Color Hex

#AE1FF0
(174,31,240)
0 Favorites   0 Comments

Color spaces of #ae1ff0

RGB 17431240
HSL0.780.870.53
HSV281°87°94°
CMYK 0.280.870.00   0.06
XYZ33.673716.269983.8037
Yxy16.26990.25180.1216
Hunter Lab40.336078.4293-94.9482
CIE-Lab47.326680.8374-74.1029

#ae1ff0 color RGB value is (174,31,240).

#ae1ff0 hex color red value is 174, green value is 31 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ae1ff0 hue: 0.78 , saturation: 0.87 and the lightness value of ae1ff0 is 0.53.

The process color (four color CMYK) of #ae1ff0 color hex is 0.28, 0.87, 0.00, 0.06. Web safe color of #ae1ff0 is #9933ff. Color #ae1ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011111 11110000
Octal 256 37 360
Decimal 174 31 240
Hex AE 1F F0

RGB Percentages of Color #ae1ff0

%39.10
%6.97
%53.93

CMYK Percentages of Color #ae1ff0

%28
%87
%0
%6

Triadic Colors of #ae1ff0

#ae1ff0 #f0ae1f #1ff0ae

Analogous Colors of #ae1ff0

#ae1ff0 #f01fca #461ff0

Monochromatic Colors of #ae1ff0

#ae1ff0

Complementary Color

#ae1ff0 #61f01f

#ae1ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1ff0 Color CSS Codes

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

#ae1ff0 Text Font Color

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

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


#ae1ff0 Background Color

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

This div background color is #ae1ff0


#ae1ff0 Border Color

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

This div border color is #ae1ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1ff0


Comments

No comments written yet.

Please login to write comment.