Color Hex Logo

#ae1892 Color Hex

#AE1892
(174,24,146)
0 Favorites   0 Comments

Color spaces of #ae1892

RGB 17424146
HSL0.860.760.39
HSV311°86°68°
CMYK 0.000.860.16   0.32
XYZ22.970511.727328.2470
Yxy11.72730.36490.1863
Hunter Lab34.245159.8028-24.9336
CIE-Lab40.779466.7058-29.6605

#ae1892 color RGB value is (174,24,146).

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

The process color (four color CMYK) of #ae1892 color hex is 0.00, 0.86, 0.16, 0.32. Web safe color of #ae1892 is #990099. Color #ae1892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 10010010
Octal 256 30 222
Decimal 174 24 146
Hex AE 18 92

RGB Percentages of Color #ae1892

%50.58
%6.98
%42.44

CMYK Percentages of Color #ae1892

%0
%86
%16
%32

Triadic Colors of #ae1892

#ae1892 #92ae18 #1892ae

Analogous Colors of #ae1892

#ae1892 #ae1847 #7f18ae

Monochromatic Colors of #ae1892

#ae1892

Complementary Color

#ae1892 #18ae34

#ae1892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1892 Color CSS Codes

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

#ae1892 Text Font Color

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

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


#ae1892 Background Color

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

This div background color is #ae1892


#ae1892 Border Color

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

This div border color is #ae1892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1892


Comments

No comments written yet.

Please login to write comment.