Color Hex Logo

#b007db Color Hex

#B007DB
(176,7,219)
0 Favorites   0 Comments

Color spaces of #b007db

RGB 1767219
HSL0.800.940.44
HSV288°97°86°
CMYK 0.200.970.00   0.14
XYZ30.766714.496568.1944
Yxy14.49650.27120.1278
Hunter Lab38.074377.6106-79.5417
CIE-Lab44.936780.6499-66.0536

#b007db color RGB value is (176,7,219).

#b007db hex color red value is 176, green value is 7 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b007db hue: 0.80 , saturation: 0.94 and the lightness value of b007db is 0.44.

The process color (four color CMYK) of #b007db color hex is 0.20, 0.97, 0.00, 0.14. Web safe color of #b007db is #9900cc. Color #b007db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000111 11011011
Octal 260 7 333
Decimal 176 7 219
Hex B0 7 DB

RGB Percentages of Color #b007db

%43.78
%1.74
%54.48

CMYK Percentages of Color #b007db

%20
%97
%0
%14

Triadic Colors of #b007db

#b007db #dbb007 #07dbb0

Analogous Colors of #b007db

#b007db #db079c #4607db

Monochromatic Colors of #b007db

#b007db

Complementary Color

#b007db #32db07

#b007db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b007db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b007db Color CSS Codes

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

#b007db Text Font Color

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

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


#b007db Background Color

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

This div background color is #b007db


#b007db Border Color

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

This div border color is #b007db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b007db


Comments

No comments written yet.

Please login to write comment.