Color Hex Logo

#b16cdc Color Hex

#B16CDC
(177,108,220)
0 Favorites   0 Comments

Color spaces of #b16cdc

RGB 177108220
HSL0.770.620.64
HSV277°51°86°
CMYK 0.200.510.00   0.14
XYZ36.412325.239570.6627
Yxy25.23950.27520.1908
Hunter Lab50.238941.4556-48.2261
CIE-Lab57.308047.1564-46.7638

#b16cdc color RGB value is (177,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101100 11011100
Octal 261 154 334
Decimal 177 108 220
Hex B1 6C DC

RGB Percentages of Color #b16cdc

%35.05
%21.39
%43.56

CMYK Percentages of Color #b16cdc

%20
%51
%0
%14

Triadic Colors of #b16cdc

#b16cdc #dcb16c #6cdcb1

Analogous Colors of #b16cdc

#b16cdc #dc6ccf #796cdc

Monochromatic Colors of #b16cdc

#b16cdc

Complementary Color

#b16cdc #97dc6c

#b16cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16cdc Color CSS Codes

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

#b16cdc Text Font Color

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

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


#b16cdc Background Color

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

This div background color is #b16cdc


#b16cdc Border Color

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

This div border color is #b16cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16cdc


Comments

No comments written yet.

Please login to write comment.