Color Hex Logo

#b95960 Color Hex

#B95960
(185,89,96)
0 Favorites   0 Comments

Color spaces of #b95960

RGB 1858996
HSL0.990.410.54
HSV356°52°73°
CMYK 0.000.520.48   0.27
XYZ25.691318.303613.2452
Yxy18.30360.44880.3198
Hunter Lab42.782732.320711.5922
CIE-Lab49.862339.396114.4581

#b95960 color RGB value is (185,89,96).

#b95960 hex color red value is 185, green value is 89 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b95960 hue: 0.99 , saturation: 0.41 and the lightness value of b95960 is 0.54.

The process color (four color CMYK) of #b95960 color hex is 0.00, 0.52, 0.48, 0.27. Web safe color of #b95960 is #cc6666. Color #b95960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011001 01100000
Octal 271 131 140
Decimal 185 89 96
Hex B9 59 60

RGB Percentages of Color #b95960

%50.00
%24.05
%25.95

CMYK Percentages of Color #b95960

%0
%52
%48
%27

Triadic Colors of #b95960

#b95960 #60b959 #5960b9

Analogous Colors of #b95960

#b95960 #b98259 #b95990

Monochromatic Colors of #b95960

#b95960

Complementary Color

#b95960 #59b9b2

#b95960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95960 Color CSS Codes

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

#b95960 Text Font Color

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

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


#b95960 Background Color

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

This div background color is #b95960


#b95960 Border Color

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

This div border color is #b95960


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,89,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 #b95960">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95960


Comments

No comments written yet.

Please login to write comment.