Color Hex Logo

#b94448 Color Hex

#B94448
(185,68,72)
0 Favorites   0 Comments

Color spaces of #b94448

RGB 1856872
HSL0.990.460.50
HSV358°63°73°
CMYK 0.000.630.61   0.27
XYZ23.244414.91647.7849
Yxy14.91640.50590.3247
Hunter Lab38.621839.841715.0843
CIE-Lab45.519547.507323.0586

#b94448 color RGB value is (185,68,72).

#b94448 hex color red value is 185, green value is 68 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b94448 hue: 0.99 , saturation: 0.46 and the lightness value of b94448 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000100 01001000
Octal 271 104 110
Decimal 185 68 72
Hex B9 44 48

RGB Percentages of Color #b94448

%56.92
%20.92
%22.15

CMYK Percentages of Color #b94448

%0
%63
%61
%27

Triadic Colors of #b94448

#b94448 #48b944 #4448b9

Analogous Colors of #b94448

#b94448 #b97b44 #b94483

Monochromatic Colors of #b94448

#b94448

Complementary Color

#b94448 #44b9b5

#b94448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94448 Color CSS Codes

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

#b94448 Text Font Color

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

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


#b94448 Background Color

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

This div background color is #b94448


#b94448 Border Color

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

This div border color is #b94448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94448


Comments

No comments written yet.

Please login to write comment.