Color Hex Logo

#ae4993 Color Hex

#AE4993
(174,73,147)
0 Favorites   0 Comments

Color spaces of #ae4993

RGB 17473147
HSL0.880.410.48
HSV316°58°68°
CMYK 0.000.580.16   0.32
XYZ25.104615.870329.3439
Yxy15.87030.35700.2257
Hunter Lab39.837542.7704-15.7861
CIE-Lab46.803950.0991-20.9036

#ae4993 color RGB value is (174,73,147).

#ae4993 hex color red value is 174, green value is 73 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ae4993 hue: 0.88 , saturation: 0.41 and the lightness value of ae4993 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 10010011
Octal 256 111 223
Decimal 174 73 147
Hex AE 49 93

RGB Percentages of Color #ae4993

%44.16
%18.53
%37.31

CMYK Percentages of Color #ae4993

%0
%58
%16
%32

Triadic Colors of #ae4993

#ae4993 #93ae49 #4993ae

Analogous Colors of #ae4993

#ae4993 #ae4961 #9749ae

Monochromatic Colors of #ae4993

#ae4993

Complementary Color

#ae4993 #49ae64

#ae4993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4993 Color CSS Codes

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

#ae4993 Text Font Color

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

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


#ae4993 Background Color

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

This div background color is #ae4993


#ae4993 Border Color

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

This div border color is #ae4993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4993


Comments

No comments written yet.

Please login to write comment.