Color Hex Logo

#b94950 Color Hex

#B94950
(185,73,80)
0 Favorites   0 Comments

Color spaces of #b94950

RGB 1857380
HSL0.990.440.51
HSV356°61°73°
CMYK 0.000.610.57   0.27
XYZ23.838115.65869.3554
Yxy15.65860.48800.3205
Hunter Lab39.570938.281813.6823
CIE-Lab46.523445.820019.5456

#b94950 color RGB value is (185,73,80).

#b94950 hex color red value is 185, green value is 73 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b94950 hue: 0.99 , saturation: 0.44 and the lightness value of b94950 is 0.51.

The process color (four color CMYK) of #b94950 color hex is 0.00, 0.61, 0.57, 0.27. Web safe color of #b94950 is #cc3366. Color #b94950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001001 01010000
Octal 271 111 120
Decimal 185 73 80
Hex B9 49 50

RGB Percentages of Color #b94950

%54.73
%21.60
%23.67

CMYK Percentages of Color #b94950

%0
%61
%57
%27

Triadic Colors of #b94950

#b94950 #50b949 #4950b9

Analogous Colors of #b94950

#b94950 #b97a49 #b94988

Monochromatic Colors of #b94950

#b94950

Complementary Color

#b94950 #49b9b2

#b94950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94950 Color CSS Codes

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

#b94950 Text Font Color

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

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


#b94950 Background Color

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

This div background color is #b94950


#b94950 Border Color

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

This div border color is #b94950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94950


Comments

No comments written yet.

Please login to write comment.