Color Hex Logo

#b03433 Color Hex

#B03433
(176,52,51)
0 Favorites   0 Comments

Color spaces of #b03433

RGB 1765251
HSL0.000.550.45
HSV71°69°
CMYK 0.000.700.71   0.31
XYZ19.730011.92514.3939
Yxy11.92510.54730.3308
Hunter Lab34.532741.552216.6289
CIE-Lab41.096849.943829.8424

#b03433 color RGB value is (176,52,51).

#b03433 hex color red value is 176, green value is 52 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b03433 hue: 0.00 , saturation: 0.55 and the lightness value of b03433 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110100 00110011
Octal 260 64 63
Decimal 176 52 51
Hex B0 34 33

RGB Percentages of Color #b03433

%63.08
%18.64
%18.28

CMYK Percentages of Color #b03433

%0
%70
%71
%31

Triadic Colors of #b03433

#b03433 #33b034 #3433b0

Analogous Colors of #b03433

#b03433 #b07333 #b03371

Monochromatic Colors of #b03433

#b03433

Complementary Color

#b03433 #33afb0

#b03433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03433 Color CSS Codes

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

#b03433 Text Font Color

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

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


#b03433 Background Color

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

This div background color is #b03433


#b03433 Border Color

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

This div border color is #b03433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03433


Comments

No comments written yet.

Please login to write comment.