Color Hex Logo

#a50fff Color Hex

#A50FFF
(165,15,255)
0 Favorites   0 Comments

Color spaces of #a50fff

RGB 16515255
HSL0.771.000.53
HSV278°94°100°
CMYK 0.350.940.00   0.00
XYZ33.737915.561095.8331
Yxy15.56100.23250.1072
Hunter Lab39.447483.6313-116.4252
CIE-Lab46.393285.0856-84.0930

#a50fff color RGB value is (165,15,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 11111111
Octal 245 17 377
Decimal 165 15 255
Hex A5 F FF

RGB Percentages of Color #a50fff

%37.93
%3.45
%58.62

CMYK Percentages of Color #a50fff

%35
%94
%0
%0

Triadic Colors of #a50fff

#a50fff #ffa50f #0fffa5

Analogous Colors of #a50fff

#a50fff #ff0fe1 #2d0fff

Monochromatic Colors of #a50fff

#a50fff

Complementary Color

#a50fff #69ff0f

#a50fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50fff Color CSS Codes

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

#a50fff Text Font Color

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

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


#a50fff Background Color

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

This div background color is #a50fff


#a50fff Border Color

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

This div border color is #a50fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50fff


Comments

No comments written yet.

Please login to write comment.