Color Hex Logo

#a50fae Color Hex

#A50FAE
(165,15,174)
0 Favorites   0 Comments

Color spaces of #a50fae

RGB 16515174
HSL0.820.840.37
HSV297°91°68°
CMYK 0.050.910.00   0.32
XYZ23.327911.397041.0147
Yxy11.39700.30800.1505
Hunter Lab33.759464.2651-48.4004
CIE-Lab40.241270.6324-47.4731

#a50fae color RGB value is (165,15,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 10101110
Octal 245 17 256
Decimal 165 15 174
Hex A5 F AE

RGB Percentages of Color #a50fae

%46.61
%4.24
%49.15

CMYK Percentages of Color #a50fae

%5
%91
%0
%32

Triadic Colors of #a50fae

#a50fae #aea50f #0faea5

Analogous Colors of #a50fae

#a50fae #ae0f68 #560fae

Monochromatic Colors of #a50fae

#a50fae

Complementary Color

#a50fae #18ae0f

#a50fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50fae Color CSS Codes

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

#a50fae Text Font Color

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

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


#a50fae Background Color

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

This div background color is #a50fae


#a50fae Border Color

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

This div border color is #a50fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50fae


Comments

No comments written yet.

Please login to write comment.