Color Hex Logo

#b28fba Color Hex

#B28FBA
(178,143,186)
0 Favorites   0 Comments

Color spaces of #b28fba

RGB 178143186
HSL0.800.240.65
HSV289°23°73°
CMYK 0.040.230.00   0.27
XYZ37.045532.655150.8049
Yxy32.65510.30740.2710
Hunter Lab57.144615.7141-12.7110
CIE-Lab63.880720.9190-17.3985

#b28fba color RGB value is (178,143,186).

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

The process color (four color CMYK) of #b28fba color hex is 0.04, 0.23, 0.00, 0.27. Web safe color of #b28fba is #9999cc. Color #b28fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 10111010
Octal 262 217 272
Decimal 178 143 186
Hex B2 8F BA

RGB Percentages of Color #b28fba

%35.11
%28.21
%36.69

CMYK Percentages of Color #b28fba

%4
%23
%0
%27

Triadic Colors of #b28fba

#b28fba #bab28f #8fbab2

Analogous Colors of #b28fba

#b28fba #ba8fad #9d8fba

Monochromatic Colors of #b28fba

#b28fba

Complementary Color

#b28fba #97ba8f

#b28fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28fba Color CSS Codes

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

#b28fba Text Font Color

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

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


#b28fba Background Color

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

This div background color is #b28fba


#b28fba Border Color

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

This div border color is #b28fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,143,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 #b28fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28fba


Comments

No comments written yet.

Please login to write comment.