Color Hex Logo

#b06dbc Color Hex

#B06DBC
(176,109,188)
0 Favorites   0 Comments

Color spaces of #b06dbc

RGB 176109188
HSL0.810.370.58
HSV291°42°74°
CMYK 0.060.420.00   0.26
XYZ32.450223.798250.4602
Yxy23.79820.30410.2230
Hunter Lab48.783433.3654-27.1796
CIE-Lab55.885239.6092-30.8322

#b06dbc color RGB value is (176,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101101 10111100
Octal 260 155 274
Decimal 176 109 188
Hex B0 6D BC

RGB Percentages of Color #b06dbc

%37.21
%23.04
%39.75

CMYK Percentages of Color #b06dbc

%6
%42
%0
%26

Triadic Colors of #b06dbc

#b06dbc #bcb06d #6dbcb0

Analogous Colors of #b06dbc

#b06dbc #bc6da1 #896dbc

Monochromatic Colors of #b06dbc

#b06dbc

Complementary Color

#b06dbc #79bc6d

#b06dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06dbc Color CSS Codes

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

#b06dbc Text Font Color

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

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


#b06dbc Background Color

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

This div background color is #b06dbc


#b06dbc Border Color

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

This div border color is #b06dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06dbc


Comments

No comments written yet.

Please login to write comment.