Color Hex Logo

#ae044d Color Hex

#AE044D
(174,4,77)
0 Favorites   0 Comments

Color spaces of #ae044d

RGB 174477
HSL0.930.960.35
HSV334°98°68°
CMYK 0.000.980.56   0.32
XYZ18.83859.62137.8854
Yxy9.62130.51830.2647
Hunter Lab31.018254.12776.6401
CIE-Lab37.154062.41088.2797

#ae044d color RGB value is (174,4,77).

#ae044d hex color red value is 174, green value is 4 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae044d hue: 0.93 , saturation: 0.96 and the lightness value of ae044d is 0.35.

The process color (four color CMYK) of #ae044d color hex is 0.00, 0.98, 0.56, 0.32. Web safe color of #ae044d is #990066. Color #ae044d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000100 01001101
Octal 256 4 115
Decimal 174 4 77
Hex AE 4 4D

RGB Percentages of Color #ae044d

%68.24
%1.57
%30.20

CMYK Percentages of Color #ae044d

%0
%98
%56
%32

Triadic Colors of #ae044d

#ae044d #4dae04 #044dae

Analogous Colors of #ae044d

#ae044d #ae1004 #ae04a2

Monochromatic Colors of #ae044d

#ae044d

Complementary Color

#ae044d #04ae65

#ae044d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae044d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae044d Color CSS Codes

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

#ae044d Text Font Color

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

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


#ae044d Background Color

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

This div background color is #ae044d


#ae044d Border Color

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

This div border color is #ae044d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae044d


Comments

No comments written yet.

Please login to write comment.