Color Hex Logo

#b03326 Color Hex

#B03326
(176,51,38)
0 Favorites   0 Comments

Color spaces of #b03326

RGB 1765138
HSL0.020.640.42
HSV78°69°
CMYK 0.000.710.78   0.31
XYZ19.438211.73773.0748
Yxy11.73770.56750.3427
Hunter Lab34.260341.319518.6611
CIE-Lab40.796249.773037.0200

#b03326 color RGB value is (176,51,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110011 00100110
Octal 260 63 46
Decimal 176 51 38
Hex B0 33 26

RGB Percentages of Color #b03326

%66.42
%19.25
%14.34

CMYK Percentages of Color #b03326

%0
%71
%78
%31

Triadic Colors of #b03326

#b03326 #26b033 #3326b0

Analogous Colors of #b03326

#b03326 #b07826 #b0265e

Monochromatic Colors of #b03326

#b03326

Complementary Color

#b03326 #26a3b0

#b03326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03326 Color CSS Codes

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

#b03326 Text Font Color

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

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


#b03326 Background Color

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

This div background color is #b03326


#b03326 Border Color

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

This div border color is #b03326


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,51,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 #b03326">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03326


Comments

No comments written yet.

Please login to write comment.