Color Hex Logo

#b16ccb Color Hex

#B16CCB
(177,108,203)
0 Favorites   0 Comments

Color spaces of #b16ccb

RGB 177108203
HSL0.790.480.61
HSV284°47°80°
CMYK 0.130.470.00   0.20
XYZ34.273524.384059.4001
Yxy24.38400.29030.2065
Hunter Lab49.380237.4770-36.7547
CIE-Lab56.470243.5136-38.4715

#b16ccb color RGB value is (177,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101100 11001011
Octal 261 154 313
Decimal 177 108 203
Hex B1 6C CB

RGB Percentages of Color #b16ccb

%36.27
%22.13
%41.60

CMYK Percentages of Color #b16ccb

%13
%47
%0
%20

Triadic Colors of #b16ccb

#b16ccb #cbb16c #6ccbb1

Analogous Colors of #b16ccb

#b16ccb #cb6cb6 #826ccb

Monochromatic Colors of #b16ccb

#b16ccb

Complementary Color

#b16ccb #86cb6c

#b16ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16ccb Color CSS Codes

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

#b16ccb Text Font Color

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

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


#b16ccb Background Color

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

This div background color is #b16ccb


#b16ccb Border Color

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

This div border color is #b16ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,108,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 #b16ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16ccb


Comments

No comments written yet.

Please login to write comment.