Color Hex Logo

#b189dc Color Hex

#B189DC
(177,137,220)
0 Favorites   0 Comments

Color spaces of #b189dc

RGB 177137220
HSL0.750.540.70
HSV269°38°86°
CMYK 0.200.380.00   0.14
XYZ39.995432.405771.8571
Yxy32.40570.27720.2246
Hunter Lab56.926025.7910-34.9929
CIE-Lab63.676831.2456-36.7534

#b189dc color RGB value is (177,137,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 11011100
Octal 261 211 334
Decimal 177 137 220
Hex B1 89 DC

RGB Percentages of Color #b189dc

%33.15
%25.66
%41.20

CMYK Percentages of Color #b189dc

%20
%38
%0
%14

Triadic Colors of #b189dc

#b189dc #dcb189 #89dcb1

Analogous Colors of #b189dc

#b189dc #db89dc #898bdc

Monochromatic Colors of #b189dc

#b189dc

Complementary Color

#b189dc #b4dc89

#b189dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189dc Color CSS Codes

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

#b189dc Text Font Color

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

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


#b189dc Background Color

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

This div background color is #b189dc


#b189dc Border Color

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

This div border color is #b189dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,137,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189dc


Comments

No comments written yet.

Please login to write comment.