Color Hex Logo

#b34236 Color Hex

#B34236
(179,66,54)
0 Favorites   0 Comments

Color spaces of #b34236

RGB 1796654
HSL0.020.540.46
HSV70°70°
CMYK 0.000.630.70   0.30
XYZ21.204513.74655.0258
Yxy13.74650.53040.3439
Hunter Lab37.076337.203517.9165
CIE-Lab43.867245.201231.4764

#b34236 color RGB value is (179,66,54).

#b34236 hex color red value is 179, green value is 66 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b34236 hue: 0.02 , saturation: 0.54 and the lightness value of b34236 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 00110110
Octal 263 102 66
Decimal 179 66 54
Hex B3 42 36

RGB Percentages of Color #b34236

%59.87
%22.07
%18.06

CMYK Percentages of Color #b34236

%0
%63
%70
%30

Triadic Colors of #b34236

#b34236 #36b342 #4236b3

Analogous Colors of #b34236

#b34236 #b38136 #b33669

Monochromatic Colors of #b34236

#b34236

Complementary Color

#b34236 #36a7b3

#b34236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34236 Color CSS Codes

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

#b34236 Text Font Color

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

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


#b34236 Background Color

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

This div background color is #b34236


#b34236 Border Color

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

This div border color is #b34236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34236


Comments

No comments written yet.

Please login to write comment.