Color Hex Logo

#b89ddb Color Hex

#B89DDB
(184,157,219)
0 Favorites   0 Comments

Color spaces of #b89ddb

RGB 184157219
HSL0.740.460.74
HSV266°28°86°
CMYK 0.160.280.00   0.14
XYZ44.610339.418872.2752
Yxy39.41880.28540.2522
Hunter Lab62.784416.9572-24.3035
CIE-Lab69.053621.9595-27.8202

#b89ddb color RGB value is (184,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 11011011
Octal 270 235 333
Decimal 184 157 219
Hex B8 9D DB

RGB Percentages of Color #b89ddb

%32.86
%28.04
%39.11

CMYK Percentages of Color #b89ddb

%16
%28
%0
%14

Triadic Colors of #b89ddb

#b89ddb #dbb89d #9ddbb8

Analogous Colors of #b89ddb

#b89ddb #d79ddb #9da1db

Monochromatic Colors of #b89ddb

#b89ddb

Complementary Color

#b89ddb #c0db9d

#b89ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89ddb Color CSS Codes

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

#b89ddb Text Font Color

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

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


#b89ddb Background Color

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

This div background color is #b89ddb


#b89ddb Border Color

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

This div border color is #b89ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89ddb


Comments

No comments written yet.

Please login to write comment.