Color Hex Logo

#ae3b4f Color Hex

#AE3B4F
(174,59,79)
0 Favorites   0 Comments

Color spaces of #ae3b4f

RGB 1745979
HSL0.970.490.46
HSV350°66°68°
CMYK 0.000.660.55   0.32
XYZ20.430812.69118.7699
Yxy12.69110.48770.3029
Hunter Lab35.624640.027310.3414
CIE-Lab42.294148.247714.1347

#ae3b4f color RGB value is (174,59,79).

#ae3b4f hex color red value is 174, green value is 59 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ae3b4f hue: 0.97 , saturation: 0.49 and the lightness value of ae3b4f is 0.46.

The process color (four color CMYK) of #ae3b4f color hex is 0.00, 0.66, 0.55, 0.32. Web safe color of #ae3b4f is #993366. Color #ae3b4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111011 01001111
Octal 256 73 117
Decimal 174 59 79
Hex AE 3B 4F

RGB Percentages of Color #ae3b4f

%55.77
%18.91
%25.32

CMYK Percentages of Color #ae3b4f

%0
%66
%55
%32

Triadic Colors of #ae3b4f

#ae3b4f #4fae3b #3b4fae

Analogous Colors of #ae3b4f

#ae3b4f #ae603b #ae3b89

Monochromatic Colors of #ae3b4f

#ae3b4f

Complementary Color

#ae3b4f #3bae9a

#ae3b4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3b4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3b4f Color CSS Codes

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

#ae3b4f Text Font Color

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

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


#ae3b4f Background Color

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

This div background color is #ae3b4f


#ae3b4f Border Color

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

This div border color is #ae3b4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3b4f


Comments

No comments written yet.

Please login to write comment.