Color Hex Logo

#b50fff Color Hex

#B50FFF
(181,15,255)
0 Favorites   0 Comments

Color spaces of #b50fff

RGB 18115255
HSL0.781.000.53
HSV282°94°100°
CMYK 0.290.940.00   0.00
XYZ37.276917.385495.9987
Yxy17.38540.24740.1154
Hunter Lab41.695886.6150-107.3198
CIE-Lab48.742086.9306-80.1537

#b50fff color RGB value is (181,15,255).

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

The process color (four color CMYK) of #b50fff color hex is 0.29, 0.94, 0.00, 0.00. Web safe color of #b50fff is #cc00ff. Color #b50fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001111 11111111
Octal 265 17 377
Decimal 181 15 255
Hex B5 F FF

RGB Percentages of Color #b50fff

%40.13
%3.33
%56.54

CMYK Percentages of Color #b50fff

%29
%94
%0
%0

Triadic Colors of #b50fff

#b50fff #ffb50f #0fffb5

Analogous Colors of #b50fff

#b50fff #ff0fd1 #3d0fff

Monochromatic Colors of #b50fff

#b50fff

Complementary Color

#b50fff #59ff0f

#b50fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50fff Color CSS Codes

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

#b50fff Text Font Color

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

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


#b50fff Background Color

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

This div background color is #b50fff


#b50fff Border Color

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

This div border color is #b50fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50fff


Comments

No comments written yet.

Please login to write comment.