Color Hex Logo

#ae5892 Color Hex

#AE5892
(174,88,146)
0 Favorites   0 Comments

Color spaces of #ae5892

RGB 17488146
HSL0.890.350.51
HSV320°49°68°
CMYK 0.000.490.16   0.32
XYZ26.133618.053429.3014
Yxy18.05340.35560.2457
Hunter Lab42.489335.4325-11.1450
CIE-Lab49.560842.5402-16.0879

#ae5892 color RGB value is (174,88,146).

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

The process color (four color CMYK) of #ae5892 color hex is 0.00, 0.49, 0.16, 0.32. Web safe color of #ae5892 is #996699. Color #ae5892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 10010010
Octal 256 130 222
Decimal 174 88 146
Hex AE 58 92

RGB Percentages of Color #ae5892

%42.65
%21.57
%35.78

CMYK Percentages of Color #ae5892

%0
%49
%16
%32

Triadic Colors of #ae5892

#ae5892 #92ae58 #5892ae

Analogous Colors of #ae5892

#ae5892 #ae5867 #9f58ae

Monochromatic Colors of #ae5892

#ae5892

Complementary Color

#ae5892 #58ae74

#ae5892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5892 Color CSS Codes

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

#ae5892 Text Font Color

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

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


#ae5892 Background Color

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

This div background color is #ae5892


#ae5892 Border Color

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

This div border color is #ae5892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5892


Comments

No comments written yet.

Please login to write comment.