Color Hex Logo

#b076bf Color Hex

#B076BF
(176,118,191)
0 Favorites   0 Comments

Color spaces of #b076bf

RGB 176118191
HSL0.800.360.61
HSV288°38°75°
CMYK 0.080.380.00   0.25
XYZ33.786925.948652.5180
Yxy25.94860.30100.2312
Hunter Lab50.939829.2494-25.4691
CIE-Lab57.988235.2782-29.2822

#b076bf color RGB value is (176,118,191).

#b076bf hex color red value is 176, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b076bf hue: 0.80 , saturation: 0.36 and the lightness value of b076bf is 0.61.

The process color (four color CMYK) of #b076bf color hex is 0.08, 0.38, 0.00, 0.25. Web safe color of #b076bf is #9966cc. Color #b076bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110110 10111111
Octal 260 166 277
Decimal 176 118 191
Hex B0 76 BF

RGB Percentages of Color #b076bf

%36.29
%24.33
%39.38

CMYK Percentages of Color #b076bf

%8
%38
%0
%25

Triadic Colors of #b076bf

#b076bf #bfb076 #76bfb0

Analogous Colors of #b076bf

#b076bf #bf76aa #8c76bf

Monochromatic Colors of #b076bf

#b076bf

Complementary Color

#b076bf #85bf76

#b076bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b076bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b076bf Color CSS Codes

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

#b076bf Text Font Color

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

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


#b076bf Background Color

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

This div background color is #b076bf


#b076bf Border Color

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

This div border color is #b076bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,118,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b076bf


Comments

No comments written yet.

Please login to write comment.