Color Hex Logo

#b963db Color Hex

#B963DB
(185,99,219)
0 Favorites   0 Comments

Color spaces of #b963db

RGB 18599219
HSL0.790.630.62
HSV283°55°86°
CMYK 0.160.550.00   0.14
XYZ37.255624.352469.7547
Yxy24.35240.28360.1854
Hunter Lab49.348248.4001-49.2640
CIE-Lab56.438953.6846-47.5174

#b963db color RGB value is (185,99,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 11011011
Octal 271 143 333
Decimal 185 99 219
Hex B9 63 DB

RGB Percentages of Color #b963db

%36.78
%19.68
%43.54

CMYK Percentages of Color #b963db

%16
%55
%0
%14

Triadic Colors of #b963db

#b963db #dbb963 #63dbb9

Analogous Colors of #b963db

#b963db #db63c1 #7d63db

Monochromatic Colors of #b963db

#b963db

Complementary Color

#b963db #85db63

#b963db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963db Color CSS Codes

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

#b963db Text Font Color

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

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


#b963db Background Color

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

This div background color is #b963db


#b963db Border Color

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

This div border color is #b963db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963db


Comments

No comments written yet.

Please login to write comment.