Color Hex Logo

#b94046 Color Hex

#B94046
(185,64,70)
0 Favorites   0 Comments

Color spaces of #b94046

RGB 1856470
HSL0.990.490.49
HSV357°65°73°
CMYK 0.000.650.62   0.27
XYZ22.946514.42337.3689
Yxy14.42330.51290.3224
Hunter Lab37.978041.389015.0805
CIE-Lab44.834049.120623.3824

#b94046 color RGB value is (185,64,70).

#b94046 hex color red value is 185, green value is 64 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b94046 hue: 0.99 , saturation: 0.49 and the lightness value of b94046 is 0.49.

The process color (four color CMYK) of #b94046 color hex is 0.00, 0.65, 0.62, 0.27. Web safe color of #b94046 is #cc3333. Color #b94046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 01000110
Octal 271 100 106
Decimal 185 64 70
Hex B9 40 46

RGB Percentages of Color #b94046

%57.99
%20.06
%21.94

CMYK Percentages of Color #b94046

%0
%65
%62
%27

Triadic Colors of #b94046

#b94046 #46b940 #4046b9

Analogous Colors of #b94046

#b94046 #b97740 #b94083

Monochromatic Colors of #b94046

#b94046

Complementary Color

#b94046 #40b9b3

#b94046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94046 Color CSS Codes

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

#b94046 Text Font Color

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

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


#b94046 Background Color

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

This div background color is #b94046


#b94046 Border Color

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

This div border color is #b94046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94046


Comments

No comments written yet.

Please login to write comment.