Color Hex Logo

#b08bde Color Hex

#B08BDE
(176,139,222)
0 Favorites   0 Comments

Color spaces of #b08bde

RGB 176139222
HSL0.740.560.71
HSV267°37°87°
CMYK 0.210.370.00   0.13
XYZ40.321932.969373.3457
Yxy32.96930.27500.2248
Hunter Lab57.418924.8669-35.5426
CIE-Lab64.136030.2828-37.1558

#b08bde color RGB value is (176,139,222).

#b08bde hex color red value is 176, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b08bde hue: 0.74 , saturation: 0.56 and the lightness value of b08bde is 0.71.

The process color (four color CMYK) of #b08bde color hex is 0.21, 0.37, 0.00, 0.13. Web safe color of #b08bde is #9999cc. Color #b08bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001011 11011110
Octal 260 213 336
Decimal 176 139 222
Hex B0 8B DE

RGB Percentages of Color #b08bde

%32.77
%25.88
%41.34

CMYK Percentages of Color #b08bde

%21
%37
%0
%13

Triadic Colors of #b08bde

#b08bde #deb08b #8bdeb0

Analogous Colors of #b08bde

#b08bde #da8bde #8b90de

Monochromatic Colors of #b08bde

#b08bde

Complementary Color

#b08bde #b9de8b

#b08bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08bde Color CSS Codes

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

#b08bde Text Font Color

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

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


#b08bde Background Color

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

This div background color is #b08bde


#b08bde Border Color

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

This div border color is #b08bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08bde


Comments

No comments written yet.

Please login to write comment.