Color Hex Logo

#b071bb Color Hex

#B071BB
(176,113,187)
0 Favorites   0 Comments

Color spaces of #b071bb

RGB 176113187
HSL0.810.350.59
HSV291°40°73°
CMYK 0.060.400.00   0.27
XYZ32.779324.628250.0398
Yxy24.62820.30510.2292
Hunter Lab49.626831.0552-25.0446
CIE-Lab56.711437.2255-28.9768

#b071bb color RGB value is (176,113,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 10111011
Octal 260 161 273
Decimal 176 113 187
Hex B0 71 BB

RGB Percentages of Color #b071bb

%36.97
%23.74
%39.29

CMYK Percentages of Color #b071bb

%6
%40
%0
%27

Triadic Colors of #b071bb

#b071bb #bbb071 #71bbb0

Analogous Colors of #b071bb

#b071bb #bb71a1 #8b71bb

Monochromatic Colors of #b071bb

#b071bb

Complementary Color

#b071bb #7cbb71

#b071bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b071bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b071bb Color CSS Codes

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

#b071bb Text Font Color

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

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


#b071bb Background Color

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

This div background color is #b071bb


#b071bb Border Color

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

This div border color is #b071bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b071bb


Comments

No comments written yet.

Please login to write comment.