Color Hex Logo

#ae1866 Color Hex

#AE1866
(174,24,102)
0 Favorites   0 Comments

Color spaces of #ae1866

RGB 17424102
HSL0.910.760.39
HSV329°86°68°
CMYK 0.000.860.41   0.32
XYZ20.180510.611213.5549
Yxy10.61120.45510.2393
Hunter Lab32.574853.5769-1.8691
CIE-Lab38.917861.5726-5.1782

#ae1866 color RGB value is (174,24,102).

#ae1866 hex color red value is 174, green value is 24 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ae1866 hue: 0.91 , saturation: 0.76 and the lightness value of ae1866 is 0.39.

The process color (four color CMYK) of #ae1866 color hex is 0.00, 0.86, 0.41, 0.32. Web safe color of #ae1866 is #990066. Color #ae1866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 01100110
Octal 256 30 146
Decimal 174 24 102
Hex AE 18 66

RGB Percentages of Color #ae1866

%58.00
%8.00
%34.00

CMYK Percentages of Color #ae1866

%0
%86
%41
%32

Triadic Colors of #ae1866

#ae1866 #66ae18 #1866ae

Analogous Colors of #ae1866

#ae1866 #ae181b #ab18ae

Monochromatic Colors of #ae1866

#ae1866

Complementary Color

#ae1866 #18ae60

#ae1866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1866 Color CSS Codes

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

#ae1866 Text Font Color

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

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


#ae1866 Background Color

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

This div background color is #ae1866


#ae1866 Border Color

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

This div border color is #ae1866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1866


Comments

No comments written yet.

Please login to write comment.