Color Hex Logo

#ae106e Color Hex

#AE106E
(174,16,110)
0 Favorites   0 Comments

Color spaces of #ae106e

RGB 17416110
HSL0.900.830.37
HSV324°91°68°
CMYK 0.000.910.37   0.32
XYZ20.455310.495015.6995
Yxy10.49500.43850.2250
Hunter Lab32.396056.0145-6.0555
CIE-Lab38.716663.7877-10.5361

#ae106e color RGB value is (174,16,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 01101110
Octal 256 20 156
Decimal 174 16 110
Hex AE 10 6E

RGB Percentages of Color #ae106e

%58.00
%5.33
%36.67

CMYK Percentages of Color #ae106e

%0
%91
%37
%32

Triadic Colors of #ae106e

#ae106e #6eae10 #106eae

Analogous Colors of #ae106e

#ae106e #ae101f #9f10ae

Monochromatic Colors of #ae106e

#ae106e

Complementary Color

#ae106e #10ae50

#ae106e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae106e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae106e Color CSS Codes

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

#ae106e Text Font Color

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

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


#ae106e Background Color

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

This div background color is #ae106e


#ae106e Border Color

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

This div border color is #ae106e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae106e


Comments

No comments written yet.

Please login to write comment.