Color Hex Logo

#ae315c Color Hex

#AE315C
(174,49,92)
0 Favorites   0 Comments

Color spaces of #ae315c

RGB 1744992
HSL0.940.560.44
HSV339°72°68°
CMYK 0.000.720.47   0.32
XYZ20.485611.968011.3556
Yxy11.96800.46760.2732
Hunter Lab34.594845.15944.7547
CIE-Lab41.165253.38104.4195

#ae315c color RGB value is (174,49,92).

#ae315c hex color red value is 174, green value is 49 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ae315c hue: 0.94 , saturation: 0.56 and the lightness value of ae315c is 0.44.

The process color (four color CMYK) of #ae315c color hex is 0.00, 0.72, 0.47, 0.32. Web safe color of #ae315c is #993366. Color #ae315c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110001 01011100
Octal 256 61 134
Decimal 174 49 92
Hex AE 31 5C

RGB Percentages of Color #ae315c

%55.24
%15.56
%29.21

CMYK Percentages of Color #ae315c

%0
%72
%47
%32

Triadic Colors of #ae315c

#ae315c #5cae31 #315cae

Analogous Colors of #ae315c

#ae315c #ae4531 #ae319b

Monochromatic Colors of #ae315c

#ae315c

Complementary Color

#ae315c #31ae83

#ae315c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae315c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae315c Color CSS Codes

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

#ae315c Text Font Color

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

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


#ae315c Background Color

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

This div background color is #ae315c


#ae315c Border Color

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

This div border color is #ae315c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae315c


Comments

No comments written yet.

Please login to write comment.