Color Hex Logo

#b289db Color Hex

#B289DB
(178,137,219)
0 Favorites   0 Comments

Color spaces of #b289db

RGB 178137219
HSL0.750.530.70
HSV270°37°86°
CMYK 0.190.370.00   0.14
XYZ40.091932.470871.1722
Yxy32.47080.27890.2259
Hunter Lab56.983225.8675-34.1652
CIE-Lab63.730131.3169-36.1065

#b289db color RGB value is (178,137,219).

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

The process color (four color CMYK) of #b289db color hex is 0.19, 0.37, 0.00, 0.14. Web safe color of #b289db is #9999cc. Color #b289db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 11011011
Octal 262 211 333
Decimal 178 137 219
Hex B2 89 DB

RGB Percentages of Color #b289db

%33.33
%25.66
%41.01

CMYK Percentages of Color #b289db

%19
%37
%0
%14

Triadic Colors of #b289db

#b289db #dbb289 #89dbb2

Analogous Colors of #b289db

#b289db #db89db #8989db

Monochromatic Colors of #b289db

#b289db

Complementary Color

#b289db #b2db89

#b289db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289db Color CSS Codes

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

#b289db Text Font Color

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

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


#b289db Background Color

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

This div background color is #b289db


#b289db Border Color

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

This div border color is #b289db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289db


Comments

No comments written yet.

Please login to write comment.