Color Hex Logo

#ae1fed Color Hex

#AE1FED
(174,31,237)
0 Favorites   0 Comments

Color spaces of #ae1fed

RGB 17431237
HSL0.780.850.53
HSV282°87°93°
CMYK 0.270.870.00   0.07
XYZ33.231616.093181.4755
Yxy16.09310.25410.1230
Hunter Lab40.116277.6631-92.3359
CIE-Lab47.096480.2746-72.7865

#ae1fed color RGB value is (174,31,237).

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

The process color (four color CMYK) of #ae1fed color hex is 0.27, 0.87, 0.00, 0.07. Web safe color of #ae1fed is #9933ff. Color #ae1fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011111 11101101
Octal 256 37 355
Decimal 174 31 237
Hex AE 1F ED

RGB Percentages of Color #ae1fed

%39.37
%7.01
%53.62

CMYK Percentages of Color #ae1fed

%27
%87
%0
%7

Triadic Colors of #ae1fed

#ae1fed #edae1f #1fedae

Analogous Colors of #ae1fed

#ae1fed #ed1fc5 #471fed

Monochromatic Colors of #ae1fed

#ae1fed

Complementary Color

#ae1fed #5eed1f

#ae1fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1fed Color CSS Codes

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

#ae1fed Text Font Color

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

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


#ae1fed Background Color

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

This div background color is #ae1fed


#ae1fed Border Color

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

This div border color is #ae1fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1fed


Comments

No comments written yet.

Please login to write comment.