Color Hex Logo

#b16cdb Color Hex

#B16CDB
(177,108,219)
0 Favorites   0 Comments

Color spaces of #b16cdb

RGB 177108219
HSL0.770.610.64
HSV277°51°86°
CMYK 0.190.510.00   0.14
XYZ36.280225.186769.9672
Yxy25.18670.27600.1916
Hunter Lab50.186441.2133-47.5286
CIE-Lab57.256946.9372-46.2821

#b16cdb color RGB value is (177,108,219).

#b16cdb hex color red value is 177, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b16cdb hue: 0.77 , saturation: 0.61 and the lightness value of b16cdb is 0.64.

The process color (four color CMYK) of #b16cdb color hex is 0.19, 0.51, 0.00, 0.14. Web safe color of #b16cdb is #9966cc. Color #b16cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101100 11011011
Octal 261 154 333
Decimal 177 108 219
Hex B1 6C DB

RGB Percentages of Color #b16cdb

%35.12
%21.43
%43.45

CMYK Percentages of Color #b16cdb

%19
%51
%0
%14

Triadic Colors of #b16cdb

#b16cdb #dbb16c #6cdbb1

Analogous Colors of #b16cdb

#b16cdb #db6cce #7a6cdb

Monochromatic Colors of #b16cdb

#b16cdb

Complementary Color

#b16cdb #96db6c

#b16cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16cdb Color CSS Codes

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

#b16cdb Text Font Color

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

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


#b16cdb Background Color

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

This div background color is #b16cdb


#b16cdb Border Color

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

This div border color is #b16cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16cdb


Comments

No comments written yet.

Please login to write comment.