Color Hex Logo

#ae3992 Color Hex

#AE3992
(174,57,146)
0 Favorites   0 Comments

Color spaces of #ae3992

RGB 17457146
HSL0.870.510.45
HSV314°67°68°
CMYK 0.000.670.16   0.32
XYZ24.107014.000228.6259
Yxy14.00020.36120.2098
Hunter Lab37.416849.5249-19.1683
CIE-Lab44.233256.8725-24.2734

#ae3992 color RGB value is (174,57,146).

#ae3992 hex color red value is 174, green value is 57 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ae3992 hue: 0.87 , saturation: 0.51 and the lightness value of ae3992 is 0.45.

The process color (four color CMYK) of #ae3992 color hex is 0.00, 0.67, 0.16, 0.32. Web safe color of #ae3992 is #993399. Color #ae3992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 10010010
Octal 256 71 222
Decimal 174 57 146
Hex AE 39 92

RGB Percentages of Color #ae3992

%46.15
%15.12
%38.73

CMYK Percentages of Color #ae3992

%0
%67
%16
%32

Triadic Colors of #ae3992

#ae3992 #92ae39 #3992ae

Analogous Colors of #ae3992

#ae3992 #ae3958 #9039ae

Monochromatic Colors of #ae3992

#ae3992

Complementary Color

#ae3992 #39ae55

#ae3992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3992 Color CSS Codes

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

#ae3992 Text Font Color

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

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


#ae3992 Background Color

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

This div background color is #ae3992


#ae3992 Border Color

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

This div border color is #ae3992


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,57,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 #ae3992">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3992


Comments

No comments written yet.

Please login to write comment.