Color Hex Logo

#ae465f Color Hex

#AE465F
(174,70,95)
0 Favorites   0 Comments

Color spaces of #ae465f

RGB 1747095
HSL0.960.430.48
HSV346°60°68°
CMYK 0.000.600.45   0.32
XYZ21.711314.205212.4240
Yxy14.20520.44910.2939
Hunter Lab37.689836.86836.8386
CIE-Lab44.525844.75937.3491

#ae465f color RGB value is (174,70,95).

#ae465f hex color red value is 174, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae465f hue: 0.96 , saturation: 0.43 and the lightness value of ae465f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 01011111
Octal 256 106 137
Decimal 174 70 95
Hex AE 46 5F

RGB Percentages of Color #ae465f

%51.33
%20.65
%28.02

CMYK Percentages of Color #ae465f

%0
%60
%45
%32

Triadic Colors of #ae465f

#ae465f #5fae46 #465fae

Analogous Colors of #ae465f

#ae465f #ae6146 #ae4693

Monochromatic Colors of #ae465f

#ae465f

Complementary Color

#ae465f #46ae95

#ae465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae465f Color CSS Codes

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

#ae465f Text Font Color

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

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


#ae465f Background Color

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

This div background color is #ae465f


#ae465f Border Color

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

This div border color is #ae465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae465f


Comments

No comments written yet.

Please login to write comment.