Color Hex Logo

#b28fbb Color Hex

#B28FBB
(178,143,187)
0 Favorites   0 Comments

Color spaces of #b28fbb

RGB 178143187
HSL0.800.240.65
HSV288°24°73°
CMYK 0.050.240.00   0.27
XYZ37.152232.697851.3669
Yxy32.69780.30650.2697
Hunter Lab57.182015.9063-13.2331
CIE-Lab63.915521.1193-17.9084

#b28fbb color RGB value is (178,143,187).

#b28fbb hex color red value is 178, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b28fbb hue: 0.80 , saturation: 0.24 and the lightness value of b28fbb is 0.65.

The process color (four color CMYK) of #b28fbb color hex is 0.05, 0.24, 0.00, 0.27. Web safe color of #b28fbb is #9999cc. Color #b28fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 10111011
Octal 262 217 273
Decimal 178 143 187
Hex B2 8F BB

RGB Percentages of Color #b28fbb

%35.04
%28.15
%36.81

CMYK Percentages of Color #b28fbb

%5
%24
%0
%27

Triadic Colors of #b28fbb

#b28fbb #bbb28f #8fbbb2

Analogous Colors of #b28fbb

#b28fbb #bb8fae #9c8fbb

Monochromatic Colors of #b28fbb

#b28fbb

Complementary Color

#b28fbb #98bb8f

#b28fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28fbb Color CSS Codes

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

#b28fbb Text Font Color

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

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


#b28fbb Background Color

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

This div background color is #b28fbb


#b28fbb Border Color

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

This div border color is #b28fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,143,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b28fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b28fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #b28fbb;
  box-shadow:         1px 1px 3px 2px #b28fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,143,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28fbb


Comments

No comments written yet.

Please login to write comment.