Color Hex Logo

#b01076 Color Hex

#B01076
(176,16,118)
0 Favorites   0 Comments

Color spaces of #b01076

RGB 17616118
HSL0.890.830.38
HSV322°91°69°
CMYK 0.000.910.33   0.31
XYZ21.359810.908718.1193
Yxy10.90870.42390.2165
Hunter Lab33.028357.6385-9.4066
CIE-Lab39.426365.0815-14.4453

#b01076 color RGB value is (176,16,118).

#b01076 hex color red value is 176, green value is 16 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b01076 hue: 0.89 , saturation: 0.83 and the lightness value of b01076 is 0.38.

The process color (four color CMYK) of #b01076 color hex is 0.00, 0.91, 0.33, 0.31. Web safe color of #b01076 is #990066. Color #b01076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010000 01110110
Octal 260 20 166
Decimal 176 16 118
Hex B0 10 76

RGB Percentages of Color #b01076

%56.77
%5.16
%38.06

CMYK Percentages of Color #b01076

%0
%91
%33
%31

Triadic Colors of #b01076

#b01076 #76b010 #1076b0

Analogous Colors of #b01076

#b01076 #b01026 #9a10b0

Monochromatic Colors of #b01076

#b01076

Complementary Color

#b01076 #10b04a

#b01076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01076 Color CSS Codes

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

#b01076 Text Font Color

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

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


#b01076 Background Color

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

This div background color is #b01076


#b01076 Border Color

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

This div border color is #b01076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01076


Comments

No comments written yet.

Please login to write comment.