Color Hex Logo

#b94360 Color Hex

#B94360
(185,67,96)
0 Favorites   0 Comments

Color spaces of #b94360

RGB 1856796
HSL0.960.470.49
HSV345°64°73°
CMYK 0.000.640.48   0.27
XYZ24.126115.173112.7235
Yxy15.17310.46380.2917
Hunter Lab38.952742.39037.9004
CIE-Lab45.870449.89948.8941

#b94360 color RGB value is (185,67,96).

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

The process color (four color CMYK) of #b94360 color hex is 0.00, 0.64, 0.48, 0.27. Web safe color of #b94360 is #cc3366. Color #b94360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000011 01100000
Octal 271 103 140
Decimal 185 67 96
Hex B9 43 60

RGB Percentages of Color #b94360

%53.16
%19.25
%27.59

CMYK Percentages of Color #b94360

%0
%64
%48
%27

Triadic Colors of #b94360

#b94360 #60b943 #4360b9

Analogous Colors of #b94360

#b94360 #b96143 #b9439b

Monochromatic Colors of #b94360

#b94360

Complementary Color

#b94360 #43b99c

#b94360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94360 Color CSS Codes

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

#b94360 Text Font Color

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

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


#b94360 Background Color

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

This div background color is #b94360


#b94360 Border Color

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

This div border color is #b94360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94360


Comments

No comments written yet.

Please login to write comment.