Color Hex Logo

#b08ebf Color Hex

#B08EBF
(176,142,191)
0 Favorites   0 Comments

Color spaces of #b08ebf

RGB 176142191
HSL0.780.280.65
HSV282°26°75°
CMYK 0.080.260.00   0.25
XYZ36.981532.337753.5829
Yxy32.33770.30090.2631
Hunter Lab56.866216.5669-16.0603
CIE-Lab63.621021.8277-20.6236

#b08ebf color RGB value is (176,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001110 10111111
Octal 260 216 277
Decimal 176 142 191
Hex B0 8E BF

RGB Percentages of Color #b08ebf

%34.58
%27.90
%37.52

CMYK Percentages of Color #b08ebf

%8
%26
%0
%25

Triadic Colors of #b08ebf

#b08ebf #bfb08e #8ebfb0

Analogous Colors of #b08ebf

#b08ebf #bf8eb6 #988ebf

Monochromatic Colors of #b08ebf

#b08ebf

Complementary Color

#b08ebf #9dbf8e

#b08ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08ebf Color CSS Codes

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

#b08ebf Text Font Color

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

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


#b08ebf Background Color

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

This div background color is #b08ebf


#b08ebf Border Color

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

This div border color is #b08ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08ebf


Comments

No comments written yet.

Please login to write comment.