Color Hex Logo

#b94344 Color Hex

#B94344
(185,67,68)
0 Favorites   0 Comments

Color spaces of #b94344

RGB 1856768
HSL1.000.470.49
HSV359°64°73°
CMYK 0.000.640.63   0.27
XYZ23.058114.74607.0998
Yxy14.74600.51350.3284
Hunter Lab38.400539.981815.9183
CIE-Lab45.284347.683325.1633

#b94344 color RGB value is (185,67,68).

#b94344 hex color red value is 185, green value is 67 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b94344 hue: 1.00 , saturation: 0.47 and the lightness value of b94344 is 0.49.

The process color (four color CMYK) of #b94344 color hex is 0.00, 0.64, 0.63, 0.27. Web safe color of #b94344 is #cc3333. Color #b94344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000011 01000100
Octal 271 103 104
Decimal 185 67 68
Hex B9 43 44

RGB Percentages of Color #b94344

%57.81
%20.94
%21.25

CMYK Percentages of Color #b94344

%0
%64
%63
%27

Triadic Colors of #b94344

#b94344 #44b943 #4344b9

Analogous Colors of #b94344

#b94344 #b97d43 #b9437f

Monochromatic Colors of #b94344

#b94344

Complementary Color

#b94344 #43b9b8

#b94344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94344 Color CSS Codes

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

#b94344 Text Font Color

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

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


#b94344 Background Color

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

This div background color is #b94344


#b94344 Border Color

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

This div border color is #b94344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94344


Comments

No comments written yet.

Please login to write comment.