Color Hex Logo

#ae105b Color Hex

#AE105B
(174,16,91)
0 Favorites   0 Comments

Color spaces of #ae105b

RGB 1741691
HSL0.920.830.37
HSV332°91°68°
CMYK 0.000.910.48   0.32
XYZ19.529210.124610.8225
Yxy10.12460.48250.2501
Hunter Lab31.819253.87182.1074
CIE-Lab38.065162.00370.5713

#ae105b color RGB value is (174,16,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 01011011
Octal 256 20 133
Decimal 174 16 91
Hex AE 10 5B

RGB Percentages of Color #ae105b

%61.92
%5.69
%32.38

CMYK Percentages of Color #ae105b

%0
%91
%48
%32

Triadic Colors of #ae105b

#ae105b #5bae10 #105bae

Analogous Colors of #ae105b

#ae105b #ae1410 #ae10aa

Monochromatic Colors of #ae105b

#ae105b

Complementary Color

#ae105b #10ae63

#ae105b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae105b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae105b Color CSS Codes

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

#ae105b Text Font Color

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

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


#ae105b Background Color

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

This div background color is #ae105b


#ae105b Border Color

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

This div border color is #ae105b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae105b


Comments

No comments written yet.

Please login to write comment.