Color Hex Logo

#ae108e Color Hex

#AE108E
(174,16,142)
0 Favorites   0 Comments

Color spaces of #ae108e

RGB 17416142
HSL0.870.830.37
HSV312°91°68°
CMYK 0.000.910.18   0.32
XYZ22.523311.322226.5895
Yxy11.32220.37270.1873
Hunter Lab33.648560.5978-23.2979
CIE-Lab40.117967.5225-28.2555

#ae108e color RGB value is (174,16,142).

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

The process color (four color CMYK) of #ae108e color hex is 0.00, 0.91, 0.18, 0.32. Web safe color of #ae108e is #990099. Color #ae108e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 10001110
Octal 256 20 216
Decimal 174 16 142
Hex AE 10 8E

RGB Percentages of Color #ae108e

%52.41
%4.82
%42.77

CMYK Percentages of Color #ae108e

%0
%91
%18
%32

Triadic Colors of #ae108e

#ae108e #8eae10 #108eae

Analogous Colors of #ae108e

#ae108e #ae103f #7f10ae

Monochromatic Colors of #ae108e

#ae108e

Complementary Color

#ae108e #10ae30

#ae108e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae108e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae108e Color CSS Codes

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

#ae108e Text Font Color

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

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


#ae108e Background Color

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

This div background color is #ae108e


#ae108e Border Color

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

This div border color is #ae108e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae108e


Comments

No comments written yet.

Please login to write comment.