Color Hex Logo

#b97ddb Color Hex

#B97DDB
(185,125,219)
0 Favorites   0 Comments

Color spaces of #b97ddb

RGB 185125219
HSL0.770.570.67
HSV278°43°86°
CMYK 0.160.430.00   0.14
XYZ40.127430.096070.7120
Yxy30.09600.28470.2135
Hunter Lab54.859834.5597-38.0204
CIE-Lab61.737040.0186-39.1680

#b97ddb color RGB value is (185,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111101 11011011
Octal 271 175 333
Decimal 185 125 219
Hex B9 7D DB

RGB Percentages of Color #b97ddb

%34.97
%23.63
%41.40

CMYK Percentages of Color #b97ddb

%16
%43
%0
%14

Triadic Colors of #b97ddb

#b97ddb #dbb97d #7ddbb9

Analogous Colors of #b97ddb

#b97ddb #db7dce #8a7ddb

Monochromatic Colors of #b97ddb

#b97ddb

Complementary Color

#b97ddb #9fdb7d

#b97ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97ddb Color CSS Codes

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

#b97ddb Text Font Color

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

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


#b97ddb Background Color

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

This div background color is #b97ddb


#b97ddb Border Color

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

This div border color is #b97ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97ddb


Comments

No comments written yet.

Please login to write comment.