Color Hex Logo

#ae173f Color Hex

#AE173F
(174,23,63)
0 Favorites   0 Comments

Color spaces of #ae173f

RGB 1742363
HSL0.960.770.39
HSV344°87°68°
CMYK 0.000.870.64   0.32
XYZ18.65929.97035.6436
Yxy9.97030.54440.2909
Hunter Lab31.575850.224111.5060
CIE-Lab37.789158.745618.1701

#ae173f color RGB value is (174,23,63).

#ae173f hex color red value is 174, green value is 23 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ae173f hue: 0.96 , saturation: 0.77 and the lightness value of ae173f is 0.39.

The process color (four color CMYK) of #ae173f color hex is 0.00, 0.87, 0.64, 0.32. Web safe color of #ae173f is #990033. Color #ae173f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 00111111
Octal 256 27 77
Decimal 174 23 63
Hex AE 17 3F

RGB Percentages of Color #ae173f

%66.92
%8.85
%24.23

CMYK Percentages of Color #ae173f

%0
%87
%64
%32

Triadic Colors of #ae173f

#ae173f #3fae17 #173fae

Analogous Colors of #ae173f

#ae173f #ae3b17 #ae178b

Monochromatic Colors of #ae173f

#ae173f

Complementary Color

#ae173f #17ae86

#ae173f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae173f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae173f Color CSS Codes

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

#ae173f Text Font Color

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

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


#ae173f Background Color

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

This div background color is #ae173f


#ae173f Border Color

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

This div border color is #ae173f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae173f


Comments

No comments written yet.

Please login to write comment.