Color Hex Logo

#ae446a Color Hex

#AE446A
(174,68,106)
0 Favorites   0 Comments

Color spaces of #ae446a

RGB 17468106
HSL0.940.440.47
HSV338°61°68°
CMYK 0.000.610.39   0.32
XYZ22.124214.173515.2054
Yxy14.17350.42960.2752
Hunter Lab37.647739.01452.4070
CIE-Lab44.480746.87890.5141

#ae446a color RGB value is (174,68,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 01101010
Octal 256 104 152
Decimal 174 68 106
Hex AE 44 6A

RGB Percentages of Color #ae446a

%50.00
%19.54
%30.46

CMYK Percentages of Color #ae446a

%0
%61
%39
%32

Triadic Colors of #ae446a

#ae446a #6aae44 #446aae

Analogous Colors of #ae446a

#ae446a #ae5344 #ae449f

Monochromatic Colors of #ae446a

#ae446a

Complementary Color

#ae446a #44ae88

#ae446a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae446a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae446a Color CSS Codes

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

#ae446a Text Font Color

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

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


#ae446a Background Color

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

This div background color is #ae446a


#ae446a Border Color

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

This div border color is #ae446a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae446a


Comments

No comments written yet.

Please login to write comment.