Color Hex Logo

#ae104d Color Hex

#AE104D
(174,16,77)
0 Favorites   0 Comments

Color spaces of #ae104d

RGB 1741677
HSL0.940.830.37
HSV337°91°68°
CMYK 0.000.910.56   0.32
XYZ18.98049.90517.9327
Yxy9.90510.51550.2690
Hunter Lab31.472452.57347.0864
CIE-Lab37.671660.91009.0057

#ae104d color RGB value is (174,16,77).

#ae104d hex color red value is 174, green value is 16 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae104d hue: 0.94 , saturation: 0.83 and the lightness value of ae104d is 0.37.

The process color (four color CMYK) of #ae104d color hex is 0.00, 0.91, 0.56, 0.32. Web safe color of #ae104d is #990066. Color #ae104d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 01001101
Octal 256 20 115
Decimal 174 16 77
Hex AE 10 4D

RGB Percentages of Color #ae104d

%65.17
%5.99
%28.84

CMYK Percentages of Color #ae104d

%0
%91
%56
%32

Triadic Colors of #ae104d

#ae104d #4dae10 #104dae

Analogous Colors of #ae104d

#ae104d #ae2210 #ae109c

Monochromatic Colors of #ae104d

#ae104d

Complementary Color

#ae104d #10ae71

#ae104d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae104d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae104d Color CSS Codes

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

#ae104d Text Font Color

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

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


#ae104d Background Color

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

This div background color is #ae104d


#ae104d Border Color

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

This div border color is #ae104d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae104d


Comments

No comments written yet.

Please login to write comment.