Color Hex Logo

#ae1674 Color Hex

#AE1674
(174,22,116)
0 Favorites   0 Comments

Color spaces of #ae1674

RGB 17422116
HSL0.900.780.38
HSV323°87°68°
CMYK 0.000.870.33   0.32
XYZ20.894910.833417.5128
Yxy10.83340.42430.2200
Hunter Lab32.914155.7175-8.5069
CIE-Lab39.298463.4109-13.4244

#ae1674 color RGB value is (174,22,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010110 01110100
Octal 256 26 164
Decimal 174 22 116
Hex AE 16 74

RGB Percentages of Color #ae1674

%55.77
%7.05
%37.18

CMYK Percentages of Color #ae1674

%0
%87
%33
%32

Triadic Colors of #ae1674

#ae1674 #74ae16 #1674ae

Analogous Colors of #ae1674

#ae1674 #ae1628 #9c16ae

Monochromatic Colors of #ae1674

#ae1674

Complementary Color

#ae1674 #16ae50

#ae1674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1674 Color CSS Codes

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

#ae1674 Text Font Color

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

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


#ae1674 Background Color

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

This div background color is #ae1674


#ae1674 Border Color

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

This div border color is #ae1674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1674


Comments

No comments written yet.

Please login to write comment.