Color Hex Logo

#ae264c Color Hex

#AE264C
(174,38,76)
0 Favorites   0 Comments

Color spaces of #ae264c

RGB 1743876
HSL0.950.640.42
HSV343°78°68°
CMYK 0.000.780.56   0.32
XYZ19.453210.90677.9174
Yxy10.90670.50820.2849
Hunter Lab33.025347.34938.9037
CIE-Lab39.422955.768112.0789

#ae264c color RGB value is (174,38,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 01001100
Octal 256 46 114
Decimal 174 38 76
Hex AE 26 4C

RGB Percentages of Color #ae264c

%60.42
%13.19
%26.39

CMYK Percentages of Color #ae264c

%0
%78
%56
%32

Triadic Colors of #ae264c

#ae264c #4cae26 #264cae

Analogous Colors of #ae264c

#ae264c #ae4426 #ae2690

Monochromatic Colors of #ae264c

#ae264c

Complementary Color

#ae264c #26ae88

#ae264c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae264c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae264c Color CSS Codes

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

#ae264c Text Font Color

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

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


#ae264c Background Color

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

This div background color is #ae264c


#ae264c Border Color

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

This div border color is #ae264c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae264c


Comments

No comments written yet.

Please login to write comment.