Color Hex Logo

#b050db Color Hex

#B050DB
(176,80,219)
0 Favorites   0 Comments

Color spaces of #b050db

RGB 17680219
HSL0.780.660.59
HSV281°63°86°
CMYK 0.200.630.00   0.14
XYZ33.559320.081969.1253
Yxy20.08190.27340.1636
Hunter Lab44.812855.2521-60.0878
CIE-Lab51.929760.5955-54.7718

#b050db color RGB value is (176,80,219).

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

The process color (four color CMYK) of #b050db color hex is 0.20, 0.63, 0.00, 0.14. Web safe color of #b050db is #9966cc. Color #b050db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 11011011
Octal 260 120 333
Decimal 176 80 219
Hex B0 50 DB

RGB Percentages of Color #b050db

%37.05
%16.84
%46.11

CMYK Percentages of Color #b050db

%20
%63
%0
%14

Triadic Colors of #b050db

#b050db #dbb050 #50dbb0

Analogous Colors of #b050db

#b050db #db50c1 #6b50db

Monochromatic Colors of #b050db

#b050db

Complementary Color

#b050db #7bdb50

#b050db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b050db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b050db Color CSS Codes

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

#b050db Text Font Color

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

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


#b050db Background Color

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

This div background color is #b050db


#b050db Border Color

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

This div border color is #b050db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b050db


Comments

No comments written yet.

Please login to write comment.