Color Hex Logo

#b28fbd Color Hex

#B28FBD
(178,143,189)
0 Favorites   0 Comments

Color spaces of #b28fbd

RGB 178143189
HSL0.790.260.65
HSV286°24°74°
CMYK 0.060.240.00   0.26
XYZ37.367932.784052.5026
Yxy32.78400.30470.2673
Hunter Lab57.257316.2943-14.2864
CIE-Lab63.985621.5230-18.9265

#b28fbd color RGB value is (178,143,189).

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

The process color (four color CMYK) of #b28fbd color hex is 0.06, 0.24, 0.00, 0.26. Web safe color of #b28fbd is #9999cc. Color #b28fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 10111101
Octal 262 217 275
Decimal 178 143 189
Hex B2 8F BD

RGB Percentages of Color #b28fbd

%34.90
%28.04
%37.06

CMYK Percentages of Color #b28fbd

%6
%24
%0
%26

Triadic Colors of #b28fbd

#b28fbd #bdb28f #8fbdb2

Analogous Colors of #b28fbd

#b28fbd #bd8fb1 #9b8fbd

Monochromatic Colors of #b28fbd

#b28fbd

Complementary Color

#b28fbd #9abd8f

#b28fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28fbd Color CSS Codes

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

#b28fbd Text Font Color

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

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


#b28fbd Background Color

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

This div background color is #b28fbd


#b28fbd Border Color

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

This div border color is #b28fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28fbd


Comments

No comments written yet.

Please login to write comment.