Color Hex Logo

#a50ffa Color Hex

#A50FFA
(165,15,250)
0 Favorites   0 Comments

Color spaces of #a50ffa

RGB 16515250
HSL0.770.960.52
HSV278°94°98°
CMYK 0.340.940.00   0.02
XYZ32.943215.243191.6484
Yxy15.24310.23560.1090
Hunter Lab39.042482.2905-111.8480
CIE-Lab45.965484.1278-81.9992

#a50ffa color RGB value is (165,15,250).

#a50ffa hex color red value is 165, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a50ffa hue: 0.77 , saturation: 0.96 and the lightness value of a50ffa is 0.52.

The process color (four color CMYK) of #a50ffa color hex is 0.34, 0.94, 0.00, 0.02. Web safe color of #a50ffa is #9900ff. Color #a50ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 11111010
Octal 245 17 372
Decimal 165 15 250
Hex A5 F FA

RGB Percentages of Color #a50ffa

%38.37
%3.49
%58.14

CMYK Percentages of Color #a50ffa

%34
%94
%0
%2

Triadic Colors of #a50ffa

#a50ffa #faa50f #0ffaa5

Analogous Colors of #a50ffa

#a50ffa #fa0fda #300ffa

Monochromatic Colors of #a50ffa

#a50ffa

Complementary Color

#a50ffa #64fa0f

#a50ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50ffa Color CSS Codes

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

#a50ffa Text Font Color

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

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


#a50ffa Background Color

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

This div background color is #a50ffa


#a50ffa Border Color

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

This div border color is #a50ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50ffa


Comments

No comments written yet.

Please login to write comment.