Color Hex Logo

#b168bc Color Hex

#B168BC
(177,104,188)
0 Favorites   0 Comments

Color spaces of #b168bc

RGB 177104188
HSL0.810.390.57
HSV292°45°74°
CMYK 0.060.450.00   0.26
XYZ32.158922.878650.2980
Yxy22.87860.30530.2172
Hunter Lab47.831636.3067-28.8652
CIE-Lab54.947142.6039-32.2837

#b168bc color RGB value is (177,104,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101000 10111100
Octal 261 150 274
Decimal 177 104 188
Hex B1 68 BC

RGB Percentages of Color #b168bc

%37.74
%22.17
%40.09

CMYK Percentages of Color #b168bc

%6
%45
%0
%26

Triadic Colors of #b168bc

#b168bc #bcb168 #68bcb1

Analogous Colors of #b168bc

#b168bc #bc689d #8768bc

Monochromatic Colors of #b168bc

#b168bc

Complementary Color

#b168bc #73bc68

#b168bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b168bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b168bc Color CSS Codes

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

#b168bc Text Font Color

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

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


#b168bc Background Color

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

This div background color is #b168bc


#b168bc Border Color

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

This div border color is #b168bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b168bc


Comments

No comments written yet.

Please login to write comment.