Color Hex Logo

#b975db Color Hex

#B975DB
(185,117,219)
0 Favorites   0 Comments

Color spaces of #b975db

RGB 185117219
HSL0.780.590.66
HSV280°47°86°
CMYK 0.160.470.00   0.14
XYZ39.155128.151370.3879
Yxy28.15130.28440.2044
Hunter Lab53.057838.8766-41.5152
CIE-Lab60.025244.3427-41.8543

#b975db color RGB value is (185,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110101 11011011
Octal 271 165 333
Decimal 185 117 219
Hex B9 75 DB

RGB Percentages of Color #b975db

%35.51
%22.46
%42.03

CMYK Percentages of Color #b975db

%16
%47
%0
%14

Triadic Colors of #b975db

#b975db #dbb975 #75dbb9

Analogous Colors of #b975db

#b975db #db75ca #8675db

Monochromatic Colors of #b975db

#b975db

Complementary Color

#b975db #97db75

#b975db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b975db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b975db Color CSS Codes

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

#b975db Text Font Color

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

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


#b975db Background Color

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

This div background color is #b975db


#b975db Border Color

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

This div border color is #b975db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b975db


Comments

No comments written yet.

Please login to write comment.