Color Hex Logo

#ae4477 Color Hex

#AE4477
(174,68,119)
0 Favorites   0 Comments

Color spaces of #ae4477

RGB 17468119
HSL0.920.440.47
HSV331°61°68°
CMYK 0.000.610.32   0.32
XYZ22.852514.464819.0403
Yxy14.46480.40550.2567
Hunter Lab38.032640.6975-3.0596
CIE-Lab44.892348.4436-6.8544

#ae4477 color RGB value is (174,68,119).

#ae4477 hex color red value is 174, green value is 68 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ae4477 hue: 0.92 , saturation: 0.44 and the lightness value of ae4477 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 01110111
Octal 256 104 167
Decimal 174 68 119
Hex AE 44 77

RGB Percentages of Color #ae4477

%48.20
%18.84
%32.96

CMYK Percentages of Color #ae4477

%0
%61
%32
%32

Triadic Colors of #ae4477

#ae4477 #77ae44 #4477ae

Analogous Colors of #ae4477

#ae4477 #ae4644 #ae44ac

Monochromatic Colors of #ae4477

#ae4477

Complementary Color

#ae4477 #44ae7b

#ae4477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4477 Color CSS Codes

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

#ae4477 Text Font Color

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

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


#ae4477 Background Color

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

This div background color is #ae4477


#ae4477 Border Color

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

This div border color is #ae4477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4477


Comments

No comments written yet.

Please login to write comment.