Color Hex Logo

#b06bcd Color Hex

#B06BCD
(176,107,205)
0 Favorites   0 Comments

Color spaces of #b06bcd

RGB 176107205
HSL0.780.490.61
HSV282°48°80°
CMYK 0.140.480.00   0.20
XYZ34.181624.153360.6181
Yxy24.15330.28740.2030
Hunter Lab49.146038.1432-38.7278
CIE-Lab56.241044.1835-39.9762

#b06bcd color RGB value is (176,107,205).

#b06bcd hex color red value is 176, green value is 107 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b06bcd hue: 0.78 , saturation: 0.49 and the lightness value of b06bcd is 0.61.

The process color (four color CMYK) of #b06bcd color hex is 0.14, 0.48, 0.00, 0.20. Web safe color of #b06bcd is #9966cc. Color #b06bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101011 11001101
Octal 260 153 315
Decimal 176 107 205
Hex B0 6B CD

RGB Percentages of Color #b06bcd

%36.07
%21.93
%42.01

CMYK Percentages of Color #b06bcd

%14
%48
%0
%20

Triadic Colors of #b06bcd

#b06bcd #cdb06b #6bcdb0

Analogous Colors of #b06bcd

#b06bcd #cd6bb9 #7f6bcd

Monochromatic Colors of #b06bcd

#b06bcd

Complementary Color

#b06bcd #88cd6b

#b06bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06bcd Color CSS Codes

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

#b06bcd Text Font Color

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

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


#b06bcd Background Color

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

This div background color is #b06bcd


#b06bcd Border Color

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

This div border color is #b06bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06bcd


Comments

No comments written yet.

Please login to write comment.