Color Hex Logo

#b89edb Color Hex

#B89EDB
(184,158,219)
0 Favorites   0 Comments

Color spaces of #b89edb

RGB 184158219
HSL0.740.460.74
HSV266°28°86°
CMYK 0.160.280.00   0.14
XYZ44.780239.758572.3318
Yxy39.75850.28550.2534
Hunter Lab63.054316.4228-23.8756
CIE-Lab69.297221.4021-27.4457

#b89edb color RGB value is (184,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 11011011
Octal 270 236 333
Decimal 184 158 219
Hex B8 9E DB

RGB Percentages of Color #b89edb

%32.80
%28.16
%39.04

CMYK Percentages of Color #b89edb

%16
%28
%0
%14

Triadic Colors of #b89edb

#b89edb #dbb89e #9edbb8

Analogous Colors of #b89edb

#b89edb #d79edb #9ea3db

Monochromatic Colors of #b89edb

#b89edb

Complementary Color

#b89edb #c1db9e

#b89edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89edb Color CSS Codes

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

#b89edb Text Font Color

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

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


#b89edb Background Color

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

This div background color is #b89edb


#b89edb Border Color

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

This div border color is #b89edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89edb


Comments

No comments written yet.

Please login to write comment.