Color Hex Logo

#b0076b Color Hex

#B0076B
(176,7,107)
0 Favorites   0 Comments

Color spaces of #b0076b

RGB 1767107
HSL0.900.920.36
HSV324°96°69°
CMYK 0.000.960.39   0.31
XYZ20.634310.443614.8382
Yxy10.44360.44940.2274
Hunter Lab32.316657.4192-4.6015
CIE-Lab38.627165.0448-8.7363

#b0076b color RGB value is (176,7,107).

#b0076b hex color red value is 176, green value is 7 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #b0076b hue: 0.90 , saturation: 0.92 and the lightness value of b0076b is 0.36.

The process color (four color CMYK) of #b0076b color hex is 0.00, 0.96, 0.39, 0.31. Web safe color of #b0076b is #990066. Color #b0076b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000111 01101011
Octal 260 7 153
Decimal 176 7 107
Hex B0 7 6B

RGB Percentages of Color #b0076b

%60.69
%2.41
%36.90

CMYK Percentages of Color #b0076b

%0
%96
%39
%31

Triadic Colors of #b0076b

#b0076b #6bb007 #076bb0

Analogous Colors of #b0076b

#b0076b #b00716 #a107b0

Monochromatic Colors of #b0076b

#b0076b

Complementary Color

#b0076b #07b04c

#b0076b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0076b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0076b Color CSS Codes

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

#b0076b Text Font Color

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

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


#b0076b Background Color

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

This div background color is #b0076b


#b0076b Border Color

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

This div border color is #b0076b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0076b


Comments

No comments written yet.

Please login to write comment.