Color Hex Logo

#ae115e Color Hex

#AE115E
(174,17,94)
0 Favorites   0 Comments

Color spaces of #ae115e

RGB 1741794
HSL0.920.820.37
HSV331°90°68°
CMYK 0.000.900.46   0.32
XYZ19.676410.207711.5229
Yxy10.20770.47520.2465
Hunter Lab31.949554.01930.9811
CIE-Lab38.212662.1073-1.1312

#ae115e color RGB value is (174,17,94).

#ae115e hex color red value is 174, green value is 17 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae115e hue: 0.92 , saturation: 0.82 and the lightness value of ae115e is 0.37.

The process color (four color CMYK) of #ae115e color hex is 0.00, 0.90, 0.46, 0.32. Web safe color of #ae115e is #990066. Color #ae115e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 01011110
Octal 256 21 136
Decimal 174 17 94
Hex AE 11 5E

RGB Percentages of Color #ae115e

%61.05
%5.96
%32.98

CMYK Percentages of Color #ae115e

%0
%90
%46
%32

Triadic Colors of #ae115e

#ae115e #5eae11 #115eae

Analogous Colors of #ae115e

#ae115e #ae1211 #ae11ad

Monochromatic Colors of #ae115e

#ae115e

Complementary Color

#ae115e #11ae61

#ae115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae115e Color CSS Codes

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

#ae115e Text Font Color

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

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


#ae115e Background Color

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

This div background color is #ae115e


#ae115e Border Color

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

This div border color is #ae115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae115e


Comments

No comments written yet.

Please login to write comment.