Color Hex Logo

#b16bcb Color Hex

#B16BCB
(177,107,203)
0 Favorites   0 Comments

Color spaces of #b16bcb

RGB 177107203
HSL0.790.480.61
HSV284°47°80°
CMYK 0.130.470.00   0.20
XYZ34.168624.174359.3651
Yxy24.17430.29030.2054
Hunter Lab49.167438.0047-37.1701
CIE-Lab56.261944.0482-38.7986

#b16bcb color RGB value is (177,107,203).

#b16bcb hex color red value is 177, green value is 107 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b16bcb hue: 0.79 , saturation: 0.48 and the lightness value of b16bcb is 0.61.

The process color (four color CMYK) of #b16bcb color hex is 0.13, 0.47, 0.00, 0.20. Web safe color of #b16bcb is #9966cc. Color #b16bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101011 11001011
Octal 261 153 313
Decimal 177 107 203
Hex B1 6B CB

RGB Percentages of Color #b16bcb

%36.34
%21.97
%41.68

CMYK Percentages of Color #b16bcb

%13
%47
%0
%20

Triadic Colors of #b16bcb

#b16bcb #cbb16b #6bcbb1

Analogous Colors of #b16bcb

#b16bcb #cb6bb5 #816bcb

Monochromatic Colors of #b16bcb

#b16bcb

Complementary Color

#b16bcb #85cb6b

#b16bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16bcb Color CSS Codes

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

#b16bcb Text Font Color

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

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


#b16bcb Background Color

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

This div background color is #b16bcb


#b16bcb Border Color

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

This div border color is #b16bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16bcb


Comments

No comments written yet.

Please login to write comment.