Color Hex Logo

#b763db Color Hex

#B763DB
(183,99,219)
0 Favorites   0 Comments

Color spaces of #b763db

RGB 18399219
HSL0.780.630.62
HSV282°55°86°
CMYK 0.160.550.00   0.14
XYZ36.776524.105469.7323
Yxy24.10540.28160.1846
Hunter Lab49.097347.7860-49.8409
CIE-Lab56.193253.1685-47.9227

#b763db color RGB value is (183,99,219).

#b763db hex color red value is 183, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b763db hue: 0.78 , saturation: 0.63 and the lightness value of b763db is 0.62.

The process color (four color CMYK) of #b763db color hex is 0.16, 0.55, 0.00, 0.14. Web safe color of #b763db is #cc66cc. Color #b763db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100011 11011011
Octal 267 143 333
Decimal 183 99 219
Hex B7 63 DB

RGB Percentages of Color #b763db

%36.53
%19.76
%43.71

CMYK Percentages of Color #b763db

%16
%55
%0
%14

Triadic Colors of #b763db

#b763db #dbb763 #63dbb7

Analogous Colors of #b763db

#b763db #db63c3 #7b63db

Monochromatic Colors of #b763db

#b763db

Complementary Color

#b763db #87db63

#b763db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b763db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b763db Color CSS Codes

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

#b763db Text Font Color

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

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


#b763db Background Color

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

This div background color is #b763db


#b763db Border Color

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

This div border color is #b763db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b763db


Comments

No comments written yet.

Please login to write comment.