Color Hex Logo

#b33932 Color Hex

#B33932
(179,57,50)
0 Favorites   0 Comments

Color spaces of #b33932

RGB 1795750
HSL0.010.560.45
HSV72°70°
CMYK 0.000.680.72   0.30
XYZ20.629312.74024.3894
Yxy12.74020.54630.3374
Hunter Lab35.693440.702017.6942
CIE-Lab42.369248.891032.0595

#b33932 color RGB value is (179,57,50).

#b33932 hex color red value is 179, green value is 57 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b33932 hue: 0.01 , saturation: 0.56 and the lightness value of b33932 is 0.45.

The process color (four color CMYK) of #b33932 color hex is 0.00, 0.68, 0.72, 0.30. Web safe color of #b33932 is #cc3333. Color #b33932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 00110010
Octal 263 71 62
Decimal 179 57 50
Hex B3 39 32

RGB Percentages of Color #b33932

%62.59
%19.93
%17.48

CMYK Percentages of Color #b33932

%0
%68
%72
%30

Triadic Colors of #b33932

#b33932 #32b339 #3932b3

Analogous Colors of #b33932

#b33932 #b37a32 #b3326c

Monochromatic Colors of #b33932

#b33932

Complementary Color

#b33932 #32acb3

#b33932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33932 Color CSS Codes

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

#b33932 Text Font Color

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

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


#b33932 Background Color

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

This div background color is #b33932


#b33932 Border Color

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

This div border color is #b33932


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,57,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b33932; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b33932;
  -webkit-box-shadow: 1px 1px 3px 2px #b33932;
  box-shadow:         1px 1px 3px 2px #b33932; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,57,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33932


Comments

No comments written yet.

Please login to write comment.