Color Hex Logo

#b976db Color Hex

#B976DB
(185,118,219)
0 Favorites   0 Comments

Color spaces of #b976db

RGB 185118219
HSL0.780.580.66
HSV280°46°86°
CMYK 0.160.460.00   0.14
XYZ39.272228.385670.4269
Yxy28.38560.28440.2056
Hunter Lab53.278138.3386-41.0791
CIE-Lab60.235543.8066-41.5236

#b976db color RGB value is (185,118,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 11011011
Octal 271 166 333
Decimal 185 118 219
Hex B9 76 DB

RGB Percentages of Color #b976db

%35.44
%22.61
%41.95

CMYK Percentages of Color #b976db

%16
%46
%0
%14

Triadic Colors of #b976db

#b976db #dbb976 #76dbb9

Analogous Colors of #b976db

#b976db #db76cb #8776db

Monochromatic Colors of #b976db

#b976db

Complementary Color

#b976db #98db76

#b976db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b976db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b976db Color CSS Codes

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

#b976db Text Font Color

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

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


#b976db Background Color

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

This div background color is #b976db


#b976db Border Color

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

This div border color is #b976db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b976db


Comments

No comments written yet.

Please login to write comment.