Color Hex Logo

#b168bd Color Hex

#B168BD
(177,104,189)
0 Favorites   0 Comments

Color spaces of #b168bd

RGB 177104189
HSL0.810.390.57
HSV292°45°74°
CMYK 0.060.450.00   0.26
XYZ32.267122.921950.8678
Yxy22.92190.30420.2161
Hunter Lab47.876836.5176-29.4802
CIE-Lab54.991842.8014-32.7882

#b168bd color RGB value is (177,104,189).

#b168bd hex color red value is 177, green value is 104 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b168bd hue: 0.81 , saturation: 0.39 and the lightness value of b168bd is 0.57.

The process color (four color CMYK) of #b168bd color hex is 0.06, 0.45, 0.00, 0.26. Web safe color of #b168bd is #9966cc. Color #b168bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101000 10111101
Octal 261 150 275
Decimal 177 104 189
Hex B1 68 BD

RGB Percentages of Color #b168bd

%37.66
%22.13
%40.21

CMYK Percentages of Color #b168bd

%6
%45
%0
%26

Triadic Colors of #b168bd

#b168bd #bdb168 #68bdb1

Analogous Colors of #b168bd

#b168bd #bd689f #8768bd

Monochromatic Colors of #b168bd

#b168bd

Complementary Color

#b168bd #74bd68

#b168bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b168bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b168bd Color CSS Codes

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

#b168bd Text Font Color

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

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


#b168bd Background Color

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

This div background color is #b168bd


#b168bd Border Color

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

This div border color is #b168bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b168bd


Comments

No comments written yet.

Please login to write comment.