Color Hex Logo

#a50eae Color Hex

#A50EAE
(165,14,174)
0 Favorites   0 Comments

Color spaces of #a50eae

RGB 16514174
HSL0.820.850.37
HSV297°92°68°
CMYK 0.050.920.00   0.32
XYZ23.314111.369441.0101
Yxy11.36940.30800.1502
Hunter Lab33.718564.4133-48.5084
CIE-Lab40.195870.7665-47.5461

#a50eae color RGB value is (165,14,174).

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

The process color (four color CMYK) of #a50eae color hex is 0.05, 0.92, 0.00, 0.32. Web safe color of #a50eae is #990099. Color #a50eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001110 10101110
Octal 245 16 256
Decimal 165 14 174
Hex A5 E AE

RGB Percentages of Color #a50eae

%46.74
%3.97
%49.29

CMYK Percentages of Color #a50eae

%5
%92
%0
%32

Triadic Colors of #a50eae

#a50eae #aea50e #0eaea5

Analogous Colors of #a50eae

#a50eae #ae0e67 #550eae

Monochromatic Colors of #a50eae

#a50eae

Complementary Color

#a50eae #17ae0e

#a50eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50eae Color CSS Codes

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

#a50eae Text Font Color

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

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


#a50eae Background Color

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

This div background color is #a50eae


#a50eae Border Color

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

This div border color is #a50eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50eae


Comments

No comments written yet.

Please login to write comment.