Color Hex Logo

#ae1859 Color Hex

#AE1859
(174,24,89)
0 Favorites   0 Comments

Color spaces of #ae1859

RGB 1742489
HSL0.930.760.39
HSV334°86°68°
CMYK 0.000.860.49   0.32
XYZ19.585410.373210.4212
Yxy10.37320.48500.2569
Hunter Lab32.207552.18313.3611
CIE-Lab38.504160.39452.4877

#ae1859 color RGB value is (174,24,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 01011001
Octal 256 30 131
Decimal 174 24 89
Hex AE 18 59

RGB Percentages of Color #ae1859

%60.63
%8.36
%31.01

CMYK Percentages of Color #ae1859

%0
%86
%49
%32

Triadic Colors of #ae1859

#ae1859 #59ae18 #1859ae

Analogous Colors of #ae1859

#ae1859 #ae2218 #ae18a4

Monochromatic Colors of #ae1859

#ae1859

Complementary Color

#ae1859 #18ae6d

#ae1859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1859 Color CSS Codes

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

#ae1859 Text Font Color

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

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


#ae1859 Background Color

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

This div background color is #ae1859


#ae1859 Border Color

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

This div border color is #ae1859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1859


Comments

No comments written yet.

Please login to write comment.