Color Hex Logo

#b85760 Color Hex

#B85760
(184,87,96)
0 Favorites   0 Comments

Color spaces of #b85760

RGB 1848796
HSL0.980.410.53
HSV354°53°72°
CMYK 0.000.530.48   0.28
XYZ25.286717.851313.1792
Yxy17.85130.44900.3170
Hunter Lab42.250832.891611.0814
CIE-Lab49.315340.047913.6799

#b85760 color RGB value is (184,87,96).

#b85760 hex color red value is 184, green value is 87 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b85760 hue: 0.98 , saturation: 0.41 and the lightness value of b85760 is 0.53.

The process color (four color CMYK) of #b85760 color hex is 0.00, 0.53, 0.48, 0.28. Web safe color of #b85760 is #cc6666. Color #b85760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 01100000
Octal 270 127 140
Decimal 184 87 96
Hex B8 57 60

RGB Percentages of Color #b85760

%50.14
%23.71
%26.16

CMYK Percentages of Color #b85760

%0
%53
%48
%28

Triadic Colors of #b85760

#b85760 #60b857 #5760b8

Analogous Colors of #b85760

#b85760 #b87f57 #b85791

Monochromatic Colors of #b85760

#b85760

Complementary Color

#b85760 #57b8af

#b85760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85760 Color CSS Codes

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

#b85760 Text Font Color

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

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


#b85760 Background Color

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

This div background color is #b85760


#b85760 Border Color

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

This div border color is #b85760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85760


Comments

No comments written yet.

Please login to write comment.