Color Hex Logo

#b01371 Color Hex

#B01371
(176,19,113)
0 Favorites   0 Comments

Color spaces of #b01371

RGB 17619113
HSL0.900.810.38
HSV324°89°69°
CMYK 0.000.890.36   0.31
XYZ21.118010.888116.6114
Yxy10.88810.43440.2240
Hunter Lab32.997156.4942-6.7498
CIE-Lab39.391464.0806-11.3651

#b01371 color RGB value is (176,19,113).

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

The process color (four color CMYK) of #b01371 color hex is 0.00, 0.89, 0.36, 0.31. Web safe color of #b01371 is #990066. Color #b01371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010011 01110001
Octal 260 23 161
Decimal 176 19 113
Hex B0 13 71

RGB Percentages of Color #b01371

%57.14
%6.17
%36.69

CMYK Percentages of Color #b01371

%0
%89
%36
%31

Triadic Colors of #b01371

#b01371 #71b013 #1371b0

Analogous Colors of #b01371

#b01371 #b01322 #a113b0

Monochromatic Colors of #b01371

#b01371

Complementary Color

#b01371 #13b052

#b01371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01371 Color CSS Codes

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

#b01371 Text Font Color

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

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


#b01371 Background Color

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

This div background color is #b01371


#b01371 Border Color

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

This div border color is #b01371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01371


Comments

No comments written yet.

Please login to write comment.