color codes Logo

#b950db color codes

#B950DB
(185,80,219)
0 Favorites   0 Comments

Color spaces of #b950db

RGB 18580219
HSL0.790.660.59
HSV285°63°86°
CMYK 0.160.630.00   0.14
XYZ35.662421.166169.2237
Yxy21.16610.28290.1679
Hunter Lab46.006657.8541-57.0058
CIE-Lab53.130862.6515-52.7825

#b950db color RGB value is (185,80,219).

#b950db hex color red value is 185, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b950db hue: 0.79 , saturation: 0.66 and the lightness value of b950db is 0.59.

The process color (four color CMYK) of #b950db color code is 0.16, 0.63, 0.00, 0.14. Web safe color of #b950db is #cc66cc. Color #b950db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010000 11011011
Octal 271 120 333
Decimal 185 80 219
Hex B9 50 DB

RGB Percentages of Color #b950db

%38.22
%16.53
%45.25

CMYK Percentages of Color #b950db

%16
%63
%0
%14

Triadic Colors of #b950db

#b950db #dbb950 #50dbb9

Analogous Colors of #b950db

#b950db #db50b8 #7450db

Monochromatic Colors of #b950db

#b950db

Complementary Color

#b950db #72db50

#b950db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b950db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b950db Color CSS Codes

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

#b950db Text Font Color

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

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


#b950db Background Color

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

This div background color is #b950db


#b950db Border Color

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

This div border color is #b950db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b950db


Comments

No comments written yet.

Please login to write comment.