Color Hex Logo

#b28ebf Color Hex

#B28EBF
(178,142,191)
0 Favorites   0 Comments

Color spaces of #b28ebf

RGB 178142191
HSL0.790.280.65
HSV284°26°75°
CMYK 0.070.260.00   0.25
XYZ37.437132.572653.6042
Yxy32.57260.30290.2635
Hunter Lab57.072417.2118-15.7363
CIE-Lab63.813322.4916-20.3129

#b28ebf color RGB value is (178,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 10111111
Octal 262 216 277
Decimal 178 142 191
Hex B2 8E BF

RGB Percentages of Color #b28ebf

%34.83
%27.79
%37.38

CMYK Percentages of Color #b28ebf

%7
%26
%0
%25

Triadic Colors of #b28ebf

#b28ebf #bfb28e #8ebfb2

Analogous Colors of #b28ebf

#b28ebf #bf8eb4 #9a8ebf

Monochromatic Colors of #b28ebf

#b28ebf

Complementary Color

#b28ebf #9bbf8e

#b28ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28ebf Color CSS Codes

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

#b28ebf Text Font Color

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

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


#b28ebf Background Color

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

This div background color is #b28ebf


#b28ebf Border Color

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

This div border color is #b28ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28ebf


Comments

No comments written yet.

Please login to write comment.