Color Hex Logo

#b707db Color Hex

#B707DB
(183,7,219)
0 Favorites   0 Comments

Color spaces of #b707db

RGB 1837219
HSL0.810.940.44
HSV290°97°86°
CMYK 0.160.970.00   0.14
XYZ32.390615.333768.2704
Yxy15.33370.27920.1322
Hunter Lab39.158379.1231-75.9582
CIE-Lab46.087981.6247-64.1323

#b707db color RGB value is (183,7,219).

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

The process color (four color CMYK) of #b707db color hex is 0.16, 0.97, 0.00, 0.14. Web safe color of #b707db is #cc00cc. Color #b707db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000111 11011011
Octal 267 7 333
Decimal 183 7 219
Hex B7 7 DB

RGB Percentages of Color #b707db

%44.74
%1.71
%53.55

CMYK Percentages of Color #b707db

%16
%97
%0
%14

Triadic Colors of #b707db

#b707db #dbb707 #07dbb7

Analogous Colors of #b707db

#b707db #db0795 #4d07db

Monochromatic Colors of #b707db

#b707db

Complementary Color

#b707db #2bdb07

#b707db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b707db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b707db Color CSS Codes

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

#b707db Text Font Color

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

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


#b707db Background Color

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

This div background color is #b707db


#b707db Border Color

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

This div border color is #b707db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b707db


Comments

No comments written yet.

Please login to write comment.