Color Hex Logo

#b01330 Color Hex

#B01330
(176,19,48)
0 Favorites   0 Comments

Color spaces of #b01330

RGB 1761948
HSL0.970.810.38
HSV349°89°69°
CMYK 0.000.890.73   0.31
XYZ18.67099.90933.7249
Yxy9.90930.57800.3067
Hunter Lab31.479050.783915.0196
CIE-Lab37.679259.280127.6248

#b01330 color RGB value is (176,19,48).

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

The process color (four color CMYK) of #b01330 color hex is 0.00, 0.89, 0.73, 0.31. Web safe color of #b01330 is #990033. Color #b01330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010011 00110000
Octal 260 23 60
Decimal 176 19 48
Hex B0 13 30

RGB Percentages of Color #b01330

%72.43
%7.82
%19.75

CMYK Percentages of Color #b01330

%0
%89
%73
%31

Triadic Colors of #b01330

#b01330 #30b013 #1330b0

Analogous Colors of #b01330

#b01330 #b04513 #b0137f

Monochromatic Colors of #b01330

#b01330

Complementary Color

#b01330 #13b093

#b01330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01330 Color CSS Codes

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

#b01330 Text Font Color

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

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


#b01330 Background Color

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

This div background color is #b01330


#b01330 Border Color

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

This div border color is #b01330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01330


Comments

No comments written yet.

Please login to write comment.