Color Hex Logo

#b170bb Color Hex

#B170BB
(177,112,187)
0 Favorites   0 Comments

Color spaces of #b170bb

RGB 177112187
HSL0.810.360.59
HSV292°40°73°
CMYK 0.050.400.00   0.27
XYZ32.895324.523350.0134
Yxy24.52330.30620.2283
Hunter Lab49.521031.9104-25.2148
CIE-Lab56.608038.0842-29.1279

#b170bb color RGB value is (177,112,187).

#b170bb hex color red value is 177, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b170bb hue: 0.81 , saturation: 0.36 and the lightness value of b170bb is 0.59.

The process color (four color CMYK) of #b170bb color hex is 0.05, 0.40, 0.00, 0.27. Web safe color of #b170bb is #9966cc. Color #b170bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 10111011
Octal 261 160 273
Decimal 177 112 187
Hex B1 70 BB

RGB Percentages of Color #b170bb

%37.18
%23.53
%39.29

CMYK Percentages of Color #b170bb

%5
%40
%0
%27

Triadic Colors of #b170bb

#b170bb #bbb170 #70bbb1

Analogous Colors of #b170bb

#b170bb #bb70a0 #8c70bb

Monochromatic Colors of #b170bb

#b170bb

Complementary Color

#b170bb #7abb70

#b170bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b170bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b170bb Color CSS Codes

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

#b170bb Text Font Color

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

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


#b170bb Background Color

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

This div background color is #b170bb


#b170bb Border Color

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

This div border color is #b170bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b170bb


Comments

No comments written yet.

Please login to write comment.