Color Hex Logo

#b50cc8 Color Hex

#B50CC8
(181,12,200)
0 Favorites   0 Comments

Color spaces of #b50cc8

RGB 18112200
HSL0.820.890.42
HSV294°94°78°
CMYK 0.100.940.00   0.22
XYZ29.612914.256855.8347
Yxy14.25680.29700.1430
Hunter Lab37.758273.9168-61.2440
CIE-Lab44.599077.7594-55.6018

#b50cc8 color RGB value is (181,12,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001100 11001000
Octal 265 14 310
Decimal 181 12 200
Hex B5 C C8

RGB Percentages of Color #b50cc8

%46.06
%3.05
%50.89

CMYK Percentages of Color #b50cc8

%10
%94
%0
%22

Triadic Colors of #b50cc8

#b50cc8 #c8b50c #0cc8b5

Analogous Colors of #b50cc8

#b50cc8 #c80c7d #570cc8

Monochromatic Colors of #b50cc8

#b50cc8

Complementary Color

#b50cc8 #1fc80c

#b50cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50cc8 Color CSS Codes

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

#b50cc8 Text Font Color

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

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


#b50cc8 Background Color

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

This div background color is #b50cc8


#b50cc8 Border Color

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

This div border color is #b50cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50cc8


Comments

No comments written yet.

Please login to write comment.