Color Hex Logo

#b968db Color Hex

#B968DB
(185,104,219)
0 Favorites   0 Comments

Color spaces of #b968db

RGB 185104219
HSL0.780.610.63
HSV282°53°86°
CMYK 0.160.530.00   0.14
XYZ37.744125.329469.9176
Yxy25.32940.28380.1905
Hunter Lab50.328345.7928-47.1376
CIE-Lab57.395051.1561-46.0032

#b968db color RGB value is (185,104,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101000 11011011
Octal 271 150 333
Decimal 185 104 219
Hex B9 68 DB

RGB Percentages of Color #b968db

%36.42
%20.47
%43.11

CMYK Percentages of Color #b968db

%16
%53
%0
%14

Triadic Colors of #b968db

#b968db #dbb968 #68dbb9

Analogous Colors of #b968db

#b968db #db68c4 #8068db

Monochromatic Colors of #b968db

#b968db

Complementary Color

#b968db #8adb68

#b968db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b968db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b968db Color CSS Codes

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

#b968db Text Font Color

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

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


#b968db Background Color

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

This div background color is #b968db


#b968db Border Color

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

This div border color is #b968db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b968db


Comments

No comments written yet.

Please login to write comment.