Color Hex Logo

#b89bdd Color Hex

#B89BDD
(184,155,221)
0 Favorites   0 Comments

Color spaces of #b89bdd

RGB 184155221
HSL0.740.490.74
HSV266°30°87°
CMYK 0.170.300.00   0.13
XYZ44.539738.853573.5586
Yxy38.85350.28380.2476
Hunter Lab62.332618.4650-26.3353
CIE-Lab68.645023.5154-29.5512

#b89bdd color RGB value is (184,155,221).

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

The process color (four color CMYK) of #b89bdd color hex is 0.17, 0.30, 0.00, 0.13. Web safe color of #b89bdd is #cc99cc. Color #b89bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011011 11011101
Octal 270 233 335
Decimal 184 155 221
Hex B8 9B DD

RGB Percentages of Color #b89bdd

%32.86
%27.68
%39.46

CMYK Percentages of Color #b89bdd

%17
%30
%0
%13

Triadic Colors of #b89bdd

#b89bdd #ddb89b #9bddb8

Analogous Colors of #b89bdd

#b89bdd #d99bdd #9b9fdd

Monochromatic Colors of #b89bdd

#b89bdd

Complementary Color

#b89bdd #c0dd9b

#b89bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89bdd Color CSS Codes

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

#b89bdd Text Font Color

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

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


#b89bdd Background Color

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

This div background color is #b89bdd


#b89bdd Border Color

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

This div border color is #b89bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,155,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b89bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89bdd


Comments

No comments written yet.

Please login to write comment.