Color Hex Logo

#b87170 Color Hex

#B87170
(184,113,112)
0 Favorites   0 Comments

Color spaces of #b87170

RGB 184113112
HSL0.000.340.58
HSV39°72°
CMYK 0.000.390.39   0.28
XYZ28.596923.170518.2944
Yxy23.17050.40820.3307
Hunter Lab48.135721.807311.1614
CIE-Lab55.247527.938712.4795

#b87170 color RGB value is (184,113,112).

#b87170 hex color red value is 184, green value is 113 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b87170 hue: 0.00 , saturation: 0.34 and the lightness value of b87170 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 01110000
Octal 270 161 160
Decimal 184 113 112
Hex B8 71 70

RGB Percentages of Color #b87170

%44.99
%27.63
%27.38

CMYK Percentages of Color #b87170

%0
%39
%39
%28

Triadic Colors of #b87170

#b87170 #70b871 #7170b8

Analogous Colors of #b87170

#b87170 #b89570 #b87093

Monochromatic Colors of #b87170

#b87170

Complementary Color

#b87170 #70b7b8

#b87170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87170 Color CSS Codes

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

#b87170 Text Font Color

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

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


#b87170 Background Color

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

This div background color is #b87170


#b87170 Border Color

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

This div border color is #b87170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87170


Comments

No comments written yet.

Please login to write comment.