Color Hex Logo

#b89bdb Color Hex

#B89BDB
(184,155,219)
0 Favorites   0 Comments

Color spaces of #b89bdb

RGB 184155219
HSL0.740.470.73
HSV267°29°86°
CMYK 0.160.290.00   0.14
XYZ44.274738.747572.1633
Yxy38.74750.28530.2497
Hunter Lab62.247518.0284-25.1614
CIE-Lab68.568023.0757-28.5673

#b89bdb color RGB value is (184,155,219).

#b89bdb hex color red value is 184, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b89bdb hue: 0.74 , saturation: 0.47 and the lightness value of b89bdb is 0.73.

The process color (four color CMYK) of #b89bdb color hex is 0.16, 0.29, 0.00, 0.14. Web safe color of #b89bdb is #cc99cc. Color #b89bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011011 11011011
Octal 270 233 333
Decimal 184 155 219
Hex B8 9B DB

RGB Percentages of Color #b89bdb

%32.97
%27.78
%39.25

CMYK Percentages of Color #b89bdb

%16
%29
%0
%14

Triadic Colors of #b89bdb

#b89bdb #dbb89b #9bdbb8

Analogous Colors of #b89bdb

#b89bdb #d89bdb #9b9edb

Monochromatic Colors of #b89bdb

#b89bdb

Complementary Color

#b89bdb #bedb9b

#b89bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89bdb Color CSS Codes

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

#b89bdb Text Font Color

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

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


#b89bdb Background Color

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

This div background color is #b89bdb


#b89bdb Border Color

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

This div border color is #b89bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89bdb


Comments

No comments written yet.

Please login to write comment.