Color Hex Logo

#ae015b Color Hex

#AE015B
(174,1,91)
0 Favorites   0 Comments

Color spaces of #ae015b

RGB 174191
HSL0.910.990.34
HSV329°99°68°
CMYK 0.000.990.48   0.32
XYZ19.35479.775710.7643
Yxy9.77570.48510.2450
Hunter Lab31.266155.78141.4739
CIE-Lab37.436863.8305-0.3456

#ae015b color RGB value is (174,1,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 01011011
Octal 256 1 133
Decimal 174 1 91
Hex AE 1 5B

RGB Percentages of Color #ae015b

%65.41
%0.38
%34.21

CMYK Percentages of Color #ae015b

%0
%99
%48
%32

Triadic Colors of #ae015b

#ae015b #5bae01 #015bae

Analogous Colors of #ae015b

#ae015b #ae0104 #ab01ae

Monochromatic Colors of #ae015b

#ae015b

Complementary Color

#ae015b #01ae54

#ae015b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae015b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae015b Color CSS Codes

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

#ae015b Text Font Color

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

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


#ae015b Background Color

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

This div background color is #ae015b


#ae015b Border Color

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

This div border color is #ae015b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,1,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 #ae015b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae015b


Comments

No comments written yet.

Please login to write comment.