Color Hex Logo

#ae465d Color Hex

#AE465D
(174,70,93)
0 Favorites   0 Comments

Color spaces of #ae465d

RGB 1747093
HSL0.960.430.48
HSV347°60°68°
CMYK 0.000.600.47   0.32
XYZ21.621514.169311.9513
Yxy14.16930.45290.2968
Hunter Lab37.642136.65607.5250
CIE-Lab44.474844.55738.5074

#ae465d color RGB value is (174,70,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 01011101
Octal 256 106 135
Decimal 174 70 93
Hex AE 46 5D

RGB Percentages of Color #ae465d

%51.63
%20.77
%27.60

CMYK Percentages of Color #ae465d

%0
%60
%47
%32

Triadic Colors of #ae465d

#ae465d #5dae46 #465dae

Analogous Colors of #ae465d

#ae465d #ae6346 #ae4691

Monochromatic Colors of #ae465d

#ae465d

Complementary Color

#ae465d #46ae97

#ae465d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae465d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae465d Color CSS Codes

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

#ae465d Text Font Color

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

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


#ae465d Background Color

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

This div background color is #ae465d


#ae465d Border Color

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

This div border color is #ae465d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae465d


Comments

No comments written yet.

Please login to write comment.