Color Hex Logo

#b89ddd Color Hex

#B89DDD
(184,157,221)
0 Favorites   0 Comments

Color spaces of #b89ddd

RGB 184157221
HSL0.740.480.74
HSV265°29°87°
CMYK 0.170.290.00   0.13
XYZ44.875339.524773.6705
Yxy39.52470.28390.2500
Hunter Lab62.868717.3921-25.4689
CIE-Lab69.129722.3994-28.8045

#b89ddd color RGB value is (184,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 11011101
Octal 270 235 335
Decimal 184 157 221
Hex B8 9D DD

RGB Percentages of Color #b89ddd

%32.74
%27.94
%39.32

CMYK Percentages of Color #b89ddd

%17
%29
%0
%13

Triadic Colors of #b89ddd

#b89ddd #ddb89d #9dddb8

Analogous Colors of #b89ddd

#b89ddd #d89ddd #9da2dd

Monochromatic Colors of #b89ddd

#b89ddd

Complementary Color

#b89ddd #c2dd9d

#b89ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89ddd Color CSS Codes

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

#b89ddd Text Font Color

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

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


#b89ddd Background Color

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

This div background color is #b89ddd


#b89ddd Border Color

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

This div border color is #b89ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89ddd


Comments

No comments written yet.

Please login to write comment.