Color Hex Logo

#b33939 Color Hex

#B33939
(179,57,57)
0 Favorites   0 Comments

Color spaces of #b33939

RGB 1795757
HSL0.000.520.46
HSV68°70°
CMYK 0.000.680.68   0.30
XYZ20.792112.80545.2467
Yxy12.80540.53530.3297
Hunter Lab35.784641.091516.3562
CIE-Lab42.468649.250928.0290

#b33939 color RGB value is (179,57,57).

#b33939 hex color red value is 179, green value is 57 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b33939 hue: 0.00 , saturation: 0.52 and the lightness value of b33939 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 00111001
Octal 263 71 71
Decimal 179 57 57
Hex B3 39 39

RGB Percentages of Color #b33939

%61.09
%19.45
%19.45

CMYK Percentages of Color #b33939

%0
%68
%68
%30

Triadic Colors of #b33939

#b33939 #39b339 #3939b3

Analogous Colors of #b33939

#b33939 #b37639 #b33976

Monochromatic Colors of #b33939

#b33939

Complementary Color

#b33939 #39b3b3

#b33939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33939 Color CSS Codes

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

#b33939 Text Font Color

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

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


#b33939 Background Color

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

This div background color is #b33939


#b33939 Border Color

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

This div border color is #b33939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33939


Comments

No comments written yet.

Please login to write comment.