Color Hex Logo

#ae274d Color Hex

#AE274D
(174,39,77)
0 Favorites   0 Comments

Color spaces of #ae274d

RGB 1743977
HSL0.950.630.42
HSV343°78°68°
CMYK 0.000.780.56   0.32
XYZ19.520610.98558.1127
Yxy10.98550.50550.2845
Hunter Lab33.144447.12618.6887
CIE-Lab39.556055.534011.6277

#ae274d color RGB value is (174,39,77).

#ae274d hex color red value is 174, green value is 39 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae274d hue: 0.95 , saturation: 0.63 and the lightness value of ae274d is 0.42.

The process color (four color CMYK) of #ae274d color hex is 0.00, 0.78, 0.56, 0.32. Web safe color of #ae274d is #993366. Color #ae274d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 01001101
Octal 256 47 115
Decimal 174 39 77
Hex AE 27 4D

RGB Percentages of Color #ae274d

%60.00
%13.45
%26.55

CMYK Percentages of Color #ae274d

%0
%78
%56
%32

Triadic Colors of #ae274d

#ae274d #4dae27 #274dae

Analogous Colors of #ae274d

#ae274d #ae4527 #ae2791

Monochromatic Colors of #ae274d

#ae274d

Complementary Color

#ae274d #27ae88

#ae274d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae274d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae274d Color CSS Codes

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

#ae274d Text Font Color

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

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


#ae274d Background Color

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

This div background color is #ae274d


#ae274d Border Color

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

This div border color is #ae274d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae274d


Comments

No comments written yet.

Please login to write comment.