Color Hex Logo

#b85855 Color Hex

#B85855
(184,88,85)
0 Favorites   0 Comments

Color spaces of #b85855

RGB 1848885
HSL0.010.410.53
HSV54°72°
CMYK 0.000.520.54   0.28
XYZ24.896617.825710.7228
Yxy17.82570.46580.3335
Hunter Lab42.220531.372114.4964
CIE-Lab49.284038.520320.1996

#b85855 color RGB value is (184,88,85).

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

The process color (four color CMYK) of #b85855 color hex is 0.00, 0.52, 0.54, 0.28. Web safe color of #b85855 is #cc6666. Color #b85855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 01010101
Octal 270 130 125
Decimal 184 88 85
Hex B8 58 55

RGB Percentages of Color #b85855

%51.54
%24.65
%23.81

CMYK Percentages of Color #b85855

%0
%52
%54
%28

Triadic Colors of #b85855

#b85855 #55b858 #5855b8

Analogous Colors of #b85855

#b85855 #b88a55 #b85584

Monochromatic Colors of #b85855

#b85855

Complementary Color

#b85855 #55b5b8

#b85855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85855 Color CSS Codes

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

#b85855 Text Font Color

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

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


#b85855 Background Color

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

This div background color is #b85855


#b85855 Border Color

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

This div border color is #b85855


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,88,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85855


Comments

No comments written yet.

Please login to write comment.