Color Hex Logo

#b189dd Color Hex

#B189DD
(177,137,221)
0 Favorites   0 Comments

Color spaces of #b189dd

RGB 177137221
HSL0.750.550.70
HSV269°38°87°
CMYK 0.200.380.00   0.13
XYZ40.128332.458972.5568
Yxy32.45890.27650.2236
Hunter Lab56.972726.0229-35.6270
CIE-Lab63.720431.4723-37.2416

#b189dd color RGB value is (177,137,221).

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

The process color (four color CMYK) of #b189dd color hex is 0.20, 0.38, 0.00, 0.13. Web safe color of #b189dd is #9999cc. Color #b189dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 11011101
Octal 261 211 335
Decimal 177 137 221
Hex B1 89 DD

RGB Percentages of Color #b189dd

%33.08
%25.61
%41.31

CMYK Percentages of Color #b189dd

%20
%38
%0
%13

Triadic Colors of #b189dd

#b189dd #ddb189 #89ddb1

Analogous Colors of #b189dd

#b189dd #db89dd #898bdd

Monochromatic Colors of #b189dd

#b189dd

Complementary Color

#b189dd #b5dd89

#b189dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189dd Color CSS Codes

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

#b189dd Text Font Color

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

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


#b189dd Background Color

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

This div background color is #b189dd


#b189dd Border Color

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

This div border color is #b189dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189dd


Comments

No comments written yet.

Please login to write comment.