Color Hex Logo

#ae0091 Color Hex

#AE0091
(174,0,145)
0 Favorites   0 Comments

Color spaces of #ae0091

RGB 1740145
HSL0.861.000.34
HSV310°100°68°
CMYK 0.001.000.17   0.32
XYZ22.566411.043027.7302
Yxy11.04300.36790.1800
Hunter Lab33.231063.0609-26.2139
CIE-Lab39.652869.7246-30.8202

#ae0091 color RGB value is (174,0,145).

#ae0091 hex color red value is 174, green value is 0 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ae0091 hue: 0.86 , saturation: 1.00 and the lightness value of ae0091 is 0.34.

The process color (four color CMYK) of #ae0091 color hex is 0.00, 1.00, 0.17, 0.32. Web safe color of #ae0091 is #990099. Color #ae0091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 10010001
Octal 256 0 221
Decimal 174 0 145
Hex AE 0 91

RGB Percentages of Color #ae0091

%54.55
%0.00
%45.45

CMYK Percentages of Color #ae0091

%0
%100
%17
%32

Triadic Colors of #ae0091

#ae0091 #91ae00 #0091ae

Analogous Colors of #ae0091

#ae0091 #ae003a #7400ae

Monochromatic Colors of #ae0091

#ae0091

Complementary Color

#ae0091 #00ae1d

#ae0091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0091 Color CSS Codes

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

#ae0091 Text Font Color

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

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


#ae0091 Background Color

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

This div background color is #ae0091


#ae0091 Border Color

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

This div border color is #ae0091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0091


Comments

No comments written yet.

Please login to write comment.