Color Hex Logo

#b589db Color Hex

#B589DB
(181,137,219)
0 Favorites   0 Comments

Color spaces of #b589db

RGB 181137219
HSL0.760.530.70
HSV272°37°86°
CMYK 0.170.370.00   0.14
XYZ40.787932.829671.2048
Yxy32.82960.28160.2267
Hunter Lab57.297126.7982-33.5734
CIE-Lab64.022732.2132-35.6285

#b589db color RGB value is (181,137,219).

#b589db hex color red value is 181, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b589db hue: 0.76 , saturation: 0.53 and the lightness value of b589db is 0.70.

The process color (four color CMYK) of #b589db color hex is 0.17, 0.37, 0.00, 0.14. Web safe color of #b589db is #cc99cc. Color #b589db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001001 11011011
Octal 265 211 333
Decimal 181 137 219
Hex B5 89 DB

RGB Percentages of Color #b589db

%33.71
%25.51
%40.78

CMYK Percentages of Color #b589db

%17
%37
%0
%14

Triadic Colors of #b589db

#b589db #dbb589 #89dbb5

Analogous Colors of #b589db

#b589db #db89d8 #8c89db

Monochromatic Colors of #b589db

#b589db

Complementary Color

#b589db #afdb89

#b589db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b589db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b589db Color CSS Codes

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

#b589db Text Font Color

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

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


#b589db Background Color

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

This div background color is #b589db


#b589db Border Color

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

This div border color is #b589db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b589db


Comments

No comments written yet.

Please login to write comment.