Color Hex Logo

#ae7393 Color Hex

#AE7393
(174,115,147)
0 Favorites   0 Comments

Color spaces of #ae7393

RGB 174115147
HSL0.910.270.57
HSV327°34°68°
CMYK 0.000.340.16   0.32
XYZ28.852823.366730.5933
Yxy23.36670.34840.2822
Hunter Lab48.339121.9502-3.6866
CIE-Lab55.448128.0708-7.8079

#ae7393 color RGB value is (174,115,147).

#ae7393 hex color red value is 174, green value is 115 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ae7393 hue: 0.91 , saturation: 0.27 and the lightness value of ae7393 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 10010011
Octal 256 163 223
Decimal 174 115 147
Hex AE 73 93

RGB Percentages of Color #ae7393

%39.91
%26.38
%33.72

CMYK Percentages of Color #ae7393

%0
%34
%16
%32

Triadic Colors of #ae7393

#ae7393 #93ae73 #7393ae

Analogous Colors of #ae7393

#ae7393 #ae7376 #ac73ae

Monochromatic Colors of #ae7393

#ae7393

Complementary Color

#ae7393 #73ae8e

#ae7393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7393 Color CSS Codes

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

#ae7393 Text Font Color

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

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


#ae7393 Background Color

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

This div background color is #ae7393


#ae7393 Border Color

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

This div border color is #ae7393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7393


Comments

No comments written yet.

Please login to write comment.