Color Hex Logo

#b28fbf Color Hex

#B28FBF
(178,143,191)
0 Favorites   0 Comments

Color spaces of #b28fbf

RGB 178143191
HSL0.790.270.65
HSV284°25°75°
CMYK 0.070.250.00   0.25
XYZ37.586532.871553.6540
Yxy32.87150.30280.2649
Hunter Lab57.333716.6861-15.3512
CIE-Lab64.056721.9294-19.9421

#b28fbf color RGB value is (178,143,191).

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

The process color (four color CMYK) of #b28fbf color hex is 0.07, 0.25, 0.00, 0.25. Web safe color of #b28fbf is #9999cc. Color #b28fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 10111111
Octal 262 217 277
Decimal 178 143 191
Hex B2 8F BF

RGB Percentages of Color #b28fbf

%34.77
%27.93
%37.30

CMYK Percentages of Color #b28fbf

%7
%25
%0
%25

Triadic Colors of #b28fbf

#b28fbf #bfb28f #8fbfb2

Analogous Colors of #b28fbf

#b28fbf #bf8fb4 #9a8fbf

Monochromatic Colors of #b28fbf

#b28fbf

Complementary Color

#b28fbf #9cbf8f

#b28fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28fbf Color CSS Codes

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

#b28fbf Text Font Color

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

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


#b28fbf Background Color

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

This div background color is #b28fbf


#b28fbf Border Color

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

This div border color is #b28fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28fbf

#b28fbf Color Palettes


Comments

No comments written yet.

Please login to write comment.