Color Hex Logo

#b01051 Color Hex

#B01051
(176,16,81)
0 Favorites   0 Comments

Color spaces of #b01051

RGB 1761681
HSL0.930.830.38
HSV336°91°69°
CMYK 0.000.910.54   0.31
XYZ19.575010.19488.7207
Yxy10.19480.50860.2649
Hunter Lab31.929353.55736.1569
CIE-Lab38.189861.69687.2201

#b01051 color RGB value is (176,16,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010000 01010001
Octal 260 20 121
Decimal 176 16 81
Hex B0 10 51

RGB Percentages of Color #b01051

%64.47
%5.86
%29.67

CMYK Percentages of Color #b01051

%0
%91
%54
%31

Triadic Colors of #b01051

#b01051 #51b010 #1051b0

Analogous Colors of #b01051

#b01051 #b01f10 #b010a1

Monochromatic Colors of #b01051

#b01051

Complementary Color

#b01051 #10b06f

#b01051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01051 Color CSS Codes

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

#b01051 Text Font Color

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

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


#b01051 Background Color

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

This div background color is #b01051


#b01051 Border Color

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

This div border color is #b01051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01051


Comments

No comments written yet.

Please login to write comment.