Color Hex Logo

#b34439 Color Hex

#B34439
(179,68,57)
0 Favorites   0 Comments

Color spaces of #b34439

RGB 1796857
HSL0.020.520.46
HSV68°70°
CMYK 0.000.620.68   0.30
XYZ21.396014.01345.4480
Yxy14.01340.52370.3430
Hunter Lab37.434536.512917.5754
CIE-Lab44.252144.452030.1850

#b34439 color RGB value is (179,68,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 00111001
Octal 263 104 71
Decimal 179 68 57
Hex B3 44 39

RGB Percentages of Color #b34439

%58.88
%22.37
%18.75

CMYK Percentages of Color #b34439

%0
%62
%68
%30

Triadic Colors of #b34439

#b34439 #39b344 #4439b3

Analogous Colors of #b34439

#b34439 #b38139 #b3396b

Monochromatic Colors of #b34439

#b34439

Complementary Color

#b34439 #39a8b3

#b34439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34439 Color CSS Codes

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

#b34439 Text Font Color

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

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


#b34439 Background Color

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

This div background color is #b34439


#b34439 Border Color

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

This div border color is #b34439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34439


Comments

No comments written yet.

Please login to write comment.