Color Hex Logo

#b50bdb Color Hex

#B50BDB
(181,11,219)
0 Favorites   0 Comments

Color spaces of #b50bdb

RGB 18111219
HSL0.800.900.45
HSV289°95°86°
CMYK 0.170.950.00   0.14
XYZ31.961915.177668.2628
Yxy15.17760.27700.1315
Hunter Lab38.958478.2659-76.6168
CIE-Lab45.876580.9883-64.4905

#b50bdb color RGB value is (181,11,219).

#b50bdb hex color red value is 181, green value is 11 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b50bdb hue: 0.80 , saturation: 0.90 and the lightness value of b50bdb is 0.45.

The process color (four color CMYK) of #b50bdb color hex is 0.17, 0.95, 0.00, 0.14. Web safe color of #b50bdb is #cc00cc. Color #b50bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001011 11011011
Octal 265 13 333
Decimal 181 11 219
Hex B5 B DB

RGB Percentages of Color #b50bdb

%44.04
%2.68
%53.28

CMYK Percentages of Color #b50bdb

%17
%95
%0
%14

Triadic Colors of #b50bdb

#b50bdb #dbb50b #0bdbb5

Analogous Colors of #b50bdb

#b50bdb #db0b99 #4d0bdb

Monochromatic Colors of #b50bdb

#b50bdb

Complementary Color

#b50bdb #31db0b

#b50bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50bdb Color CSS Codes

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

#b50bdb Text Font Color

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

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


#b50bdb Background Color

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

This div background color is #b50bdb


#b50bdb Border Color

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

This div border color is #b50bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50bdb


Comments

No comments written yet.

Please login to write comment.