Color Hex Logo

#ae116d Color Hex

#AE116D
(174,17,109)
0 Favorites   0 Comments

Color spaces of #ae116d

RGB 17417109
HSL0.900.820.37
HSV325°90°68°
CMYK 0.000.900.37   0.32
XYZ20.416310.503715.4194
Yxy10.50370.44060.2267
Hunter Lab32.409455.7296-5.5218
CIE-Lab38.731763.5320-9.8826

#ae116d color RGB value is (174,17,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 01101101
Octal 256 21 155
Decimal 174 17 109
Hex AE 11 6D

RGB Percentages of Color #ae116d

%58.00
%5.67
%36.33

CMYK Percentages of Color #ae116d

%0
%90
%37
%32

Triadic Colors of #ae116d

#ae116d #6dae11 #116dae

Analogous Colors of #ae116d

#ae116d #ae111e #a111ae

Monochromatic Colors of #ae116d

#ae116d

Complementary Color

#ae116d #11ae52

#ae116d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae116d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae116d Color CSS Codes

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

#ae116d Text Font Color

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

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


#ae116d Background Color

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

This div background color is #ae116d


#ae116d Border Color

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

This div border color is #ae116d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae116d


Comments

No comments written yet.

Please login to write comment.