Color Hex Logo

#b97bdb Color Hex

#B97BDB
(185,123,219)
0 Favorites   0 Comments

Color spaces of #b97bdb

RGB 185123219
HSL0.770.570.67
HSV279°44°86°
CMYK 0.160.440.00   0.14
XYZ39.876729.594770.6284
Yxy29.59470.28460.2112
Hunter Lab54.401035.6412-38.8950
CIE-Lab61.302941.1067-39.8481

#b97bdb color RGB value is (185,123,219).

#b97bdb hex color red value is 185, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b97bdb hue: 0.77 , saturation: 0.57 and the lightness value of b97bdb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111011 11011011
Octal 271 173 333
Decimal 185 123 219
Hex B9 7B DB

RGB Percentages of Color #b97bdb

%35.10
%23.34
%41.56

CMYK Percentages of Color #b97bdb

%16
%44
%0
%14

Triadic Colors of #b97bdb

#b97bdb #dbb97b #7bdbb9

Analogous Colors of #b97bdb

#b97bdb #db7bcd #897bdb

Monochromatic Colors of #b97bdb

#b97bdb

Complementary Color

#b97bdb #9ddb7b

#b97bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97bdb Color CSS Codes

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

#b97bdb Text Font Color

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

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


#b97bdb Background Color

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

This div background color is #b97bdb


#b97bdb Border Color

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

This div border color is #b97bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97bdb


Comments

No comments written yet.

Please login to write comment.