Color Hex Logo

#ae446d Color Hex

#AE446D
(174,68,109)
0 Favorites   0 Comments

Color spaces of #ae446d

RGB 17468109
HSL0.940.440.47
HSV337°61°68°
CMYK 0.000.610.37   0.32
XYZ22.283014.237016.0416
Yxy14.23700.42390.2709
Hunter Lab37.731939.38411.2054
CIE-Lab44.570947.2243-1.1987

#ae446d color RGB value is (174,68,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 01101101
Octal 256 104 155
Decimal 174 68 109
Hex AE 44 6D

RGB Percentages of Color #ae446d

%49.57
%19.37
%31.05

CMYK Percentages of Color #ae446d

%0
%61
%37
%32

Triadic Colors of #ae446d

#ae446d #6dae44 #446dae

Analogous Colors of #ae446d

#ae446d #ae5044 #ae44a2

Monochromatic Colors of #ae446d

#ae446d

Complementary Color

#ae446d #44ae85

#ae446d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae446d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae446d Color CSS Codes

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

#ae446d Text Font Color

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

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


#ae446d Background Color

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

This div background color is #ae446d


#ae446d Border Color

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

This div border color is #ae446d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae446d


Comments

No comments written yet.

Please login to write comment.