Color Hex Logo

#b50fc8 Color Hex

#B50FC8
(181,15,200)
0 Favorites   0 Comments

Color spaces of #b50fc8

RGB 18115200
HSL0.820.860.42
HSV294°93°78°
CMYK 0.100.930.00   0.22
XYZ29.652214.335555.8478
Yxy14.33550.29700.1436
Hunter Lab37.862373.5351-60.9507
CIE-Lab44.710377.4295-55.4224

#b50fc8 color RGB value is (181,15,200).

#b50fc8 hex color red value is 181, green value is 15 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b50fc8 hue: 0.82 , saturation: 0.86 and the lightness value of b50fc8 is 0.42.

The process color (four color CMYK) of #b50fc8 color hex is 0.10, 0.93, 0.00, 0.22. Web safe color of #b50fc8 is #cc00cc. Color #b50fc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001111 11001000
Octal 265 17 310
Decimal 181 15 200
Hex B5 F C8

RGB Percentages of Color #b50fc8

%45.71
%3.79
%50.51

CMYK Percentages of Color #b50fc8

%10
%93
%0
%22

Triadic Colors of #b50fc8

#b50fc8 #c8b50f #0fc8b5

Analogous Colors of #b50fc8

#b50fc8 #c80f7f #590fc8

Monochromatic Colors of #b50fc8

#b50fc8

Complementary Color

#b50fc8 #22c80f

#b50fc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50fc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50fc8 Color CSS Codes

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

#b50fc8 Text Font Color

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

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


#b50fc8 Background Color

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

This div background color is #b50fc8


#b50fc8 Border Color

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

This div border color is #b50fc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50fc8


Comments

No comments written yet.

Please login to write comment.