Color Hex Logo

#ae465a Color Hex

#AE465A
(174,70,90)
0 Favorites   0 Comments

Color spaces of #ae465a

RGB 1747090
HSL0.970.430.48
HSV348°60°68°
CMYK 0.000.600.48   0.32
XYZ21.491214.117211.2650
Yxy14.11720.45850.3012
Hunter Lab37.572936.34728.5248
CIE-Lab44.400544.262810.2486

#ae465a color RGB value is (174,70,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 01011010
Octal 256 106 132
Decimal 174 70 90
Hex AE 46 5A

RGB Percentages of Color #ae465a

%52.10
%20.96
%26.95

CMYK Percentages of Color #ae465a

%0
%60
%48
%32

Triadic Colors of #ae465a

#ae465a #5aae46 #465aae

Analogous Colors of #ae465a

#ae465a #ae6646 #ae468e

Monochromatic Colors of #ae465a

#ae465a

Complementary Color

#ae465a #46ae9a

#ae465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae465a Color CSS Codes

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

#ae465a Text Font Color

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

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


#ae465a Background Color

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

This div background color is #ae465a


#ae465a Border Color

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

This div border color is #ae465a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae465a


Comments

No comments written yet.

Please login to write comment.