Color Hex Logo

#b389bc Color Hex

#B389BC
(179,137,188)
0 Favorites   0 Comments

Color spaces of #b389bc

RGB 179137188
HSL0.800.280.64
HSV289°27°74°
CMYK 0.050.270.00   0.26
XYZ36.613231.105951.6513
Yxy31.10590.30670.2606
Hunter Lab55.772719.5781-15.8679
CIE-Lab62.596925.0261-20.4686

#b389bc color RGB value is (179,137,188).

#b389bc hex color red value is 179, green value is 137 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b389bc hue: 0.80 , saturation: 0.28 and the lightness value of b389bc is 0.64.

The process color (four color CMYK) of #b389bc color hex is 0.05, 0.27, 0.00, 0.26. Web safe color of #b389bc is #cc99cc. Color #b389bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 10111100
Octal 263 211 274
Decimal 179 137 188
Hex B3 89 BC

RGB Percentages of Color #b389bc

%35.52
%27.18
%37.30

CMYK Percentages of Color #b389bc

%5
%27
%0
%26

Triadic Colors of #b389bc

#b389bc #bcb389 #89bcb3

Analogous Colors of #b389bc

#b389bc #bc89ac #9a89bc

Monochromatic Colors of #b389bc

#b389bc

Complementary Color

#b389bc #92bc89

#b389bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b389bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b389bc Color CSS Codes

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

#b389bc Text Font Color

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

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


#b389bc Background Color

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

This div background color is #b389bc


#b389bc Border Color

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

This div border color is #b389bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b389bc


Comments

No comments written yet.

Please login to write comment.