Color Hex Logo

#b789ba Color Hex

#B789BA
(183,137,186)
0 Favorites   0 Comments

Color spaces of #b789ba

RGB 183137186
HSL0.820.260.63
HSV296°26°73°
CMYK 0.020.260.00   0.27
XYZ37.337031.503850.5673
Yxy31.50380.31270.2638
Hunter Lab56.128220.5153-14.1260
CIE-Lab62.930625.9693-18.7943

#b789ba color RGB value is (183,137,186).

#b789ba hex color red value is 183, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b789ba hue: 0.82 , saturation: 0.26 and the lightness value of b789ba is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001001 10111010
Octal 267 211 272
Decimal 183 137 186
Hex B7 89 BA

RGB Percentages of Color #b789ba

%36.17
%27.08
%36.76

CMYK Percentages of Color #b789ba

%2
%26
%0
%27

Triadic Colors of #b789ba

#b789ba #bab789 #89bab7

Analogous Colors of #b789ba

#b789ba #ba89a5 #9f89ba

Monochromatic Colors of #b789ba

#b789ba

Complementary Color

#b789ba #8cba89

#b789ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b789ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b789ba Color CSS Codes

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

#b789ba Text Font Color

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

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


#b789ba Background Color

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

This div background color is #b789ba


#b789ba Border Color

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

This div border color is #b789ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b789ba


Comments

No comments written yet.

Please login to write comment.