Color Hex Logo

#b03726 Color Hex

#B03726
(176,55,38)
0 Favorites   0 Comments

Color spaces of #b03726

RGB 1765538
HSL0.020.640.42
HSV78°69°
CMYK 0.000.690.78   0.31
XYZ19.620512.10243.1356
Yxy12.10240.56290.3472
Hunter Lab34.788539.793019.0080
CIE-Lab41.378448.181437.6250

#b03726 color RGB value is (176,55,38).

#b03726 hex color red value is 176, green value is 55 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b03726 hue: 0.02 , saturation: 0.64 and the lightness value of b03726 is 0.42.

The process color (four color CMYK) of #b03726 color hex is 0.00, 0.69, 0.78, 0.31. Web safe color of #b03726 is #993333. Color #b03726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110111 00100110
Octal 260 67 46
Decimal 176 55 38
Hex B0 37 26

RGB Percentages of Color #b03726

%65.43
%20.45
%14.13

CMYK Percentages of Color #b03726

%0
%69
%78
%31

Triadic Colors of #b03726

#b03726 #26b037 #3726b0

Analogous Colors of #b03726

#b03726 #b07c26 #b0265a

Monochromatic Colors of #b03726

#b03726

Complementary Color

#b03726 #269fb0

#b03726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03726 Color CSS Codes

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

#b03726 Text Font Color

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

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


#b03726 Background Color

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

This div background color is #b03726


#b03726 Border Color

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

This div border color is #b03726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03726


Comments

No comments written yet.

Please login to write comment.