Color Hex Logo

#ae015a Color Hex

#AE015A
(174,1,90)
0 Favorites   0 Comments

Color spaces of #ae015a

RGB 174190
HSL0.910.990.34
HSV329°99°68°
CMYK 0.000.990.48   0.32
XYZ19.31199.758610.5386
Yxy9.75860.48760.2464
Hunter Lab31.238855.68141.8653
CIE-Lab37.405663.74790.2516

#ae015a color RGB value is (174,1,90).

#ae015a hex color red value is 174, green value is 1 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ae015a hue: 0.91 , saturation: 0.99 and the lightness value of ae015a is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 01011010
Octal 256 1 132
Decimal 174 1 90
Hex AE 1 5A

RGB Percentages of Color #ae015a

%65.66
%0.38
%33.96

CMYK Percentages of Color #ae015a

%0
%99
%48
%32

Triadic Colors of #ae015a

#ae015a #5aae01 #015aae

Analogous Colors of #ae015a

#ae015a #ae0103 #ac01ae

Monochromatic Colors of #ae015a

#ae015a

Complementary Color

#ae015a #01ae55

#ae015a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae015a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae015a Color CSS Codes

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

#ae015a Text Font Color

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

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


#ae015a Background Color

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

This div background color is #ae015a


#ae015a Border Color

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

This div border color is #ae015a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae015a


Comments

No comments written yet.

Please login to write comment.