Color Hex Logo

#ae447a Color Hex

#AE447A
(174,68,122)
0 Favorites   0 Comments

Color spaces of #ae447a

RGB 17468122
HSL0.920.440.47
HSV329°61°68°
CMYK 0.000.610.30   0.32
XYZ23.035514.538120.0044
Yxy14.53810.40010.2525
Hunter Lab38.128941.1150-4.4164
CIE-Lab44.994948.8287-8.5340

#ae447a color RGB value is (174,68,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 01111010
Octal 256 104 172
Decimal 174 68 122
Hex AE 44 7A

RGB Percentages of Color #ae447a

%47.80
%18.68
%33.52

CMYK Percentages of Color #ae447a

%0
%61
%30
%32

Triadic Colors of #ae447a

#ae447a #7aae44 #447aae

Analogous Colors of #ae447a

#ae447a #ae4445 #ad44ae

Monochromatic Colors of #ae447a

#ae447a

Complementary Color

#ae447a #44ae78

#ae447a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae447a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae447a Color CSS Codes

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

#ae447a Text Font Color

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

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


#ae447a Background Color

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

This div background color is #ae447a


#ae447a Border Color

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

This div border color is #ae447a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae447a


Comments

No comments written yet.

Please login to write comment.