Color Hex Logo

#ae214c Color Hex

#AE214C
(174,33,76)
0 Favorites   0 Comments

Color spaces of #ae214c

RGB 1743376
HSL0.950.680.41
HSV342°81°68°
CMYK 0.000.810.56   0.32
XYZ19.303910.60827.8676
Yxy10.60820.51100.2808
Hunter Lab32.570248.79648.4772
CIE-Lab38.912657.211911.3745

#ae214c color RGB value is (174,33,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 01001100
Octal 256 41 114
Decimal 174 33 76
Hex AE 21 4C

RGB Percentages of Color #ae214c

%61.48
%11.66
%26.86

CMYK Percentages of Color #ae214c

%0
%81
%56
%32

Triadic Colors of #ae214c

#ae214c #4cae21 #214cae

Analogous Colors of #ae214c

#ae214c #ae3c21 #ae2193

Monochromatic Colors of #ae214c

#ae214c

Complementary Color

#ae214c #21ae83

#ae214c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae214c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae214c Color CSS Codes

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

#ae214c Text Font Color

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

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


#ae214c Background Color

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

This div background color is #ae214c


#ae214c Border Color

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

This div border color is #ae214c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,33,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 #ae214c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae214c


Comments

No comments written yet.

Please login to write comment.