Color Hex Logo

#b16acb Color Hex

#B16ACB
(177,106,203)
0 Favorites   0 Comments

Color spaces of #b16acb

RGB 177106203
HSL0.790.480.61
HSV284°48°80°
CMYK 0.130.480.00   0.20
XYZ34.065023.967059.3306
Yxy23.96700.29030.2042
Hunter Lab48.956138.5320-37.5851
CIE-Lab56.054744.5814-39.1241

#b16acb color RGB value is (177,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101010 11001011
Octal 261 152 313
Decimal 177 106 203
Hex B1 6A CB

RGB Percentages of Color #b16acb

%36.42
%21.81
%41.77

CMYK Percentages of Color #b16acb

%13
%48
%0
%20

Triadic Colors of #b16acb

#b16acb #cbb16a #6acbb1

Analogous Colors of #b16acb

#b16acb #cb6ab5 #816acb

Monochromatic Colors of #b16acb

#b16acb

Complementary Color

#b16acb #84cb6a

#b16acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16acb Color CSS Codes

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

#b16acb Text Font Color

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

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


#b16acb Background Color

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

This div background color is #b16acb


#b16acb Border Color

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

This div border color is #b16acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16acb


Comments

No comments written yet.

Please login to write comment.