Color Hex Logo

#b06dbb Color Hex

#B06DBB
(176,109,187)
0 Favorites   0 Comments

Color spaces of #b06dbb

RGB 176109187
HSL0.810.360.58
HSV292°42°73°
CMYK 0.060.420.00   0.27
XYZ32.342823.755249.8943
Yxy23.75520.30510.2241
Hunter Lab48.739333.1566-26.5775
CIE-Lab55.841939.4099-30.3262

#b06dbb color RGB value is (176,109,187).

#b06dbb hex color red value is 176, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b06dbb hue: 0.81 , saturation: 0.36 and the lightness value of b06dbb is 0.58.

The process color (four color CMYK) of #b06dbb color hex is 0.06, 0.42, 0.00, 0.27. Web safe color of #b06dbb is #9966cc. Color #b06dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101101 10111011
Octal 260 155 273
Decimal 176 109 187
Hex B0 6D BB

RGB Percentages of Color #b06dbb

%37.29
%23.09
%39.62

CMYK Percentages of Color #b06dbb

%6
%42
%0
%27

Triadic Colors of #b06dbb

#b06dbb #bbb06d #6dbbb0

Analogous Colors of #b06dbb

#b06dbb #bb6d9f #896dbb

Monochromatic Colors of #b06dbb

#b06dbb

Complementary Color

#b06dbb #78bb6d

#b06dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06dbb Color CSS Codes

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

#b06dbb Text Font Color

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

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


#b06dbb Background Color

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

This div background color is #b06dbb


#b06dbb Border Color

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

This div border color is #b06dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06dbb


Comments

No comments written yet.

Please login to write comment.