Color Hex Logo

#b06cbf Color Hex

#B06CBF
(176,108,191)
0 Favorites   0 Comments

Color spaces of #b06cbf

RGB 176108191
HSL0.800.390.59
HSV289°43°75°
CMYK 0.080.430.00   0.25
XYZ32.671023.716852.1461
Yxy23.71680.30100.2185
Hunter Lab48.699934.5244-29.3957
CIE-Lab55.803140.7537-32.6785

#b06cbf color RGB value is (176,108,191).

#b06cbf hex color red value is 176, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b06cbf hue: 0.80 , saturation: 0.39 and the lightness value of b06cbf is 0.59.

The process color (four color CMYK) of #b06cbf color hex is 0.08, 0.43, 0.00, 0.25. Web safe color of #b06cbf is #9966cc. Color #b06cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101100 10111111
Octal 260 154 277
Decimal 176 108 191
Hex B0 6C BF

RGB Percentages of Color #b06cbf

%37.05
%22.74
%40.21

CMYK Percentages of Color #b06cbf

%8
%43
%0
%25

Triadic Colors of #b06cbf

#b06cbf #bfb06c #6cbfb0

Analogous Colors of #b06cbf

#b06cbf #bf6ca5 #876cbf

Monochromatic Colors of #b06cbf

#b06cbf

Complementary Color

#b06cbf #7bbf6c

#b06cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06cbf Color CSS Codes

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

#b06cbf Text Font Color

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

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


#b06cbf Background Color

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

This div background color is #b06cbf


#b06cbf Border Color

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

This div border color is #b06cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06cbf


Comments

No comments written yet.

Please login to write comment.