Color Hex Logo

#ae1188 Color Hex

#AE1188
(174,17,136)
0 Favorites   0 Comments

Color spaces of #ae1188

RGB 17417136
HSL0.870.820.37
HSV315°90°68°
CMYK 0.000.900.22   0.32
XYZ22.099911.177124.2852
Yxy11.17710.38390.1942
Hunter Lab33.432259.4888-19.6659
CIE-Lab39.877266.6092-24.9497

#ae1188 color RGB value is (174,17,136).

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

The process color (four color CMYK) of #ae1188 color hex is 0.00, 0.90, 0.22, 0.32. Web safe color of #ae1188 is #990099. Color #ae1188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 10001000
Octal 256 21 210
Decimal 174 17 136
Hex AE 11 88

RGB Percentages of Color #ae1188

%53.21
%5.20
%41.59

CMYK Percentages of Color #ae1188

%0
%90
%22
%32

Triadic Colors of #ae1188

#ae1188 #88ae11 #1188ae

Analogous Colors of #ae1188

#ae1188 #ae113a #8611ae

Monochromatic Colors of #ae1188

#ae1188

Complementary Color

#ae1188 #11ae37

#ae1188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1188 Color CSS Codes

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

#ae1188 Text Font Color

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

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


#ae1188 Background Color

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

This div background color is #ae1188


#ae1188 Border Color

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

This div border color is #ae1188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1188


Comments

No comments written yet.

Please login to write comment.