Color Hex Logo

#ae046b Color Hex

#AE046B
(174,4,107)
0 Favorites   0 Comments

Color spaces of #ae046b

RGB 1744107
HSL0.900.960.35
HSV324°98°68°
CMYK 0.000.980.39   0.32
XYZ20.152810.147014.8063
Yxy10.14700.44680.2250
Hunter Lab31.854457.1837-5.2607
CIE-Lab38.105064.9395-9.5627

#ae046b color RGB value is (174,4,107).

#ae046b hex color red value is 174, green value is 4 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae046b hue: 0.90 , saturation: 0.96 and the lightness value of ae046b is 0.35.

The process color (four color CMYK) of #ae046b color hex is 0.00, 0.98, 0.39, 0.32. Web safe color of #ae046b is #990066. Color #ae046b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000100 01101011
Octal 256 4 153
Decimal 174 4 107
Hex AE 4 6B

RGB Percentages of Color #ae046b

%61.05
%1.40
%37.54

CMYK Percentages of Color #ae046b

%0
%98
%39
%32

Triadic Colors of #ae046b

#ae046b #6bae04 #046bae

Analogous Colors of #ae046b

#ae046b #ae0416 #9c04ae

Monochromatic Colors of #ae046b

#ae046b

Complementary Color

#ae046b #04ae47

#ae046b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae046b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae046b Color CSS Codes

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

#ae046b Text Font Color

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

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


#ae046b Background Color

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

This div background color is #ae046b


#ae046b Border Color

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

This div border color is #ae046b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae046b


Comments

No comments written yet.

Please login to write comment.