Color Hex Logo

#ae4979 Color Hex

#AE4979
(174,73,121)
0 Favorites   0 Comments

Color spaces of #ae4979

RGB 17473121
HSL0.920.410.48
HSV331°58°68°
CMYK 0.000.580.30   0.32
XYZ23.289315.144219.7848
Yxy15.14420.40000.2601
Hunter Lab38.915538.7224-2.9024
CIE-Lab45.831146.3655-6.6749

#ae4979 color RGB value is (174,73,121).

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

The process color (four color CMYK) of #ae4979 color hex is 0.00, 0.58, 0.30, 0.32. Web safe color of #ae4979 is #993366. Color #ae4979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 01111001
Octal 256 111 171
Decimal 174 73 121
Hex AE 49 79

RGB Percentages of Color #ae4979

%47.28
%19.84
%32.88

CMYK Percentages of Color #ae4979

%0
%58
%30
%32

Triadic Colors of #ae4979

#ae4979 #79ae49 #4979ae

Analogous Colors of #ae4979

#ae4979 #ae4c49 #ae49ac

Monochromatic Colors of #ae4979

#ae4979

Complementary Color

#ae4979 #49ae7e

#ae4979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4979 Color CSS Codes

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

#ae4979 Text Font Color

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

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


#ae4979 Background Color

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

This div background color is #ae4979


#ae4979 Border Color

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

This div border color is #ae4979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4979


Comments

No comments written yet.

Please login to write comment.