Color Hex Logo

#ae50a4 Color Hex

#AE50A4
(174,80,164)
0 Favorites   0 Comments

Color spaces of #ae50a4

RGB 17480164
HSL0.850.370.50
HSV306°54°68°
CMYK 0.000.540.06   0.32
XYZ27.025117.416337.0593
Yxy17.41630.33160.2137
Hunter Lab41.732842.5595-23.4373
CIE-Lab48.780349.5601-27.9495

#ae50a4 color RGB value is (174,80,164).

#ae50a4 hex color red value is 174, green value is 80 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ae50a4 hue: 0.85 , saturation: 0.37 and the lightness value of ae50a4 is 0.50.

The process color (four color CMYK) of #ae50a4 color hex is 0.00, 0.54, 0.06, 0.32. Web safe color of #ae50a4 is #996699. Color #ae50a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010000 10100100
Octal 256 120 244
Decimal 174 80 164
Hex AE 50 A4

RGB Percentages of Color #ae50a4

%41.63
%19.14
%39.23

CMYK Percentages of Color #ae50a4

%0
%54
%6
%32

Triadic Colors of #ae50a4

#ae50a4 #a4ae50 #50a4ae

Analogous Colors of #ae50a4

#ae50a4 #ae5075 #8950ae

Monochromatic Colors of #ae50a4

#ae50a4

Complementary Color

#ae50a4 #50ae5a

#ae50a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae50a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae50a4 Color CSS Codes

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

#ae50a4 Text Font Color

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

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


#ae50a4 Background Color

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

This div background color is #ae50a4


#ae50a4 Border Color

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

This div border color is #ae50a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae50a4


Comments

No comments written yet.

Please login to write comment.