Color Hex Logo

#b08bce Color Hex

#B08BCE
(176,139,206)
0 Favorites   0 Comments

Color spaces of #b08bce

RGB 176139206
HSL0.760.410.68
HSV273°33°81°
CMYK 0.150.330.00   0.19
XYZ38.277732.151662.5809
Yxy32.15160.28780.2417
Hunter Lab56.702421.2696-25.7451
CIE-Lab63.468026.7031-29.2728

#b08bce color RGB value is (176,139,206).

#b08bce hex color red value is 176, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b08bce hue: 0.76 , saturation: 0.41 and the lightness value of b08bce is 0.68.

The process color (four color CMYK) of #b08bce color hex is 0.15, 0.33, 0.00, 0.19. Web safe color of #b08bce is #9999cc. Color #b08bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001011 11001110
Octal 260 213 316
Decimal 176 139 206
Hex B0 8B CE

RGB Percentages of Color #b08bce

%33.78
%26.68
%39.54

CMYK Percentages of Color #b08bce

%15
%33
%0
%19

Triadic Colors of #b08bce

#b08bce #ceb08b #8bceb0

Analogous Colors of #b08bce

#b08bce #ce8bcb #8f8bce

Monochromatic Colors of #b08bce

#b08bce

Complementary Color

#b08bce #a9ce8b

#b08bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08bce Color CSS Codes

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

#b08bce Text Font Color

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

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


#b08bce Background Color

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

This div background color is #b08bce


#b08bce Border Color

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

This div border color is #b08bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,139,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08bce


Comments

No comments written yet.

Please login to write comment.