Color Hex Logo

#b807db Color Hex

#B807DB
(184,7,219)
0 Favorites   0 Comments

Color spaces of #b807db

RGB 1847219
HSL0.810.940.44
HSV290°97°86°
CMYK 0.160.970.00   0.14
XYZ32.629315.456868.2815
Yxy15.45680.28040.1328
Hunter Lab39.315179.3432-75.4527
CIE-Lab46.253681.7663-63.8559

#b807db color RGB value is (184,7,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000111 11011011
Octal 270 7 333
Decimal 184 7 219
Hex B8 7 DB

RGB Percentages of Color #b807db

%44.88
%1.71
%53.41

CMYK Percentages of Color #b807db

%16
%97
%0
%14

Triadic Colors of #b807db

#b807db #dbb807 #07dbb8

Analogous Colors of #b807db

#b807db #db0794 #4e07db

Monochromatic Colors of #b807db

#b807db

Complementary Color

#b807db #2adb07

#b807db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b807db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b807db Color CSS Codes

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

#b807db Text Font Color

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

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


#b807db Background Color

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

This div background color is #b807db


#b807db Border Color

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

This div border color is #b807db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b807db


Comments

No comments written yet.

Please login to write comment.