Color Hex Logo

#b06cbd Color Hex

#B06CBD
(176,108,189)
0 Favorites   0 Comments

Color spaces of #b06cbd

RGB 176108189
HSL0.810.380.58
HSV290°43°74°
CMYK 0.070.430.00   0.26
XYZ32.452423.629450.9946
Yxy23.62940.30310.2207
Hunter Lab48.610134.1001-28.1714
CIE-Lab55.714840.3514-31.6704

#b06cbd color RGB value is (176,108,189).

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

The process color (four color CMYK) of #b06cbd color hex is 0.07, 0.43, 0.00, 0.26. Web safe color of #b06cbd is #9966cc. Color #b06cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101100 10111101
Octal 260 154 275
Decimal 176 108 189
Hex B0 6C BD

RGB Percentages of Color #b06cbd

%37.21
%22.83
%39.96

CMYK Percentages of Color #b06cbd

%7
%43
%0
%26

Triadic Colors of #b06cbd

#b06cbd #bdb06c #6cbdb0

Analogous Colors of #b06cbd

#b06cbd #bd6ca2 #886cbd

Monochromatic Colors of #b06cbd

#b06cbd

Complementary Color

#b06cbd #79bd6c

#b06cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06cbd Color CSS Codes

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

#b06cbd Text Font Color

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

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


#b06cbd Background Color

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

This div background color is #b06cbd


#b06cbd Border Color

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

This div border color is #b06cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06cbd


Comments

No comments written yet.

Please login to write comment.