Color Hex Logo

#ae1774 Color Hex

#AE1774
(174,23,116)
0 Favorites   0 Comments

Color spaces of #ae1774

RGB 17423116
HSL0.900.770.39
HSV323°87°68°
CMYK 0.000.870.33   0.32
XYZ20.914310.872417.5193
Yxy10.87240.42420.2205
Hunter Lab32.973355.5156-8.4205
CIE-Lab39.364763.2185-13.3235

#ae1774 color RGB value is (174,23,116).

#ae1774 hex color red value is 174, green value is 23 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ae1774 hue: 0.90 , saturation: 0.77 and the lightness value of ae1774 is 0.39.

The process color (four color CMYK) of #ae1774 color hex is 0.00, 0.87, 0.33, 0.32. Web safe color of #ae1774 is #990066. Color #ae1774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 01110100
Octal 256 27 164
Decimal 174 23 116
Hex AE 17 74

RGB Percentages of Color #ae1774

%55.59
%7.35
%37.06

CMYK Percentages of Color #ae1774

%0
%87
%33
%32

Triadic Colors of #ae1774

#ae1774 #74ae17 #1774ae

Analogous Colors of #ae1774

#ae1774 #ae1728 #9d17ae

Monochromatic Colors of #ae1774

#ae1774

Complementary Color

#ae1774 #17ae51

#ae1774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1774 Color CSS Codes

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

#ae1774 Text Font Color

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

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


#ae1774 Background Color

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

This div background color is #ae1774


#ae1774 Border Color

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

This div border color is #ae1774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1774


Comments

No comments written yet.

Please login to write comment.