Color Hex Logo

#b06bbf Color Hex

#B06BBF
(176,107,191)
0 Favorites   0 Comments

Color spaces of #b06bbf

RGB 176107191
HSL0.800.400.58
HSV289°44°75°
CMYK 0.080.440.00   0.25
XYZ32.566223.507152.1111
Yxy23.50710.30100.2173
Hunter Lab48.484135.0491-29.7865
CIE-Lab55.590941.2936-33.0095

#b06bbf color RGB value is (176,107,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101011 10111111
Octal 260 153 277
Decimal 176 107 191
Hex B0 6B BF

RGB Percentages of Color #b06bbf

%37.13
%22.57
%40.30

CMYK Percentages of Color #b06bbf

%8
%44
%0
%25

Triadic Colors of #b06bbf

#b06bbf #bfb06b #6bbfb0

Analogous Colors of #b06bbf

#b06bbf #bf6ba4 #866bbf

Monochromatic Colors of #b06bbf

#b06bbf

Complementary Color

#b06bbf #7abf6b

#b06bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06bbf Color CSS Codes

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

#b06bbf Text Font Color

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

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


#b06bbf Background Color

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

This div background color is #b06bbf


#b06bbf Border Color

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

This div border color is #b06bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06bbf


Comments

No comments written yet.

Please login to write comment.