Color Hex Logo

#b87982 Color Hex

#B87982
(184,121,130)
0 Favorites   0 Comments

Color spaces of #b87982

RGB 184121130
HSL0.980.310.60
HSV351°34°72°
CMYK 0.000.340.29   0.28
XYZ30.633825.476824.4220
Yxy25.47680.38040.3164
Hunter Lab50.474520.00406.6448
CIE-Lab57.537125.84315.2710

#b87982 color RGB value is (184,121,130).

#b87982 hex color red value is 184, green value is 121 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b87982 hue: 0.98 , saturation: 0.31 and the lightness value of b87982 is 0.60.

The process color (four color CMYK) of #b87982 color hex is 0.00, 0.34, 0.29, 0.28. Web safe color of #b87982 is #cc6699. Color #b87982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 10000010
Octal 270 171 202
Decimal 184 121 130
Hex B8 79 82

RGB Percentages of Color #b87982

%42.30
%27.82
%29.89

CMYK Percentages of Color #b87982

%0
%34
%29
%28

Triadic Colors of #b87982

#b87982 #82b879 #7982b8

Analogous Colors of #b87982

#b87982 #b89079 #b879a2

Monochromatic Colors of #b87982

#b87982

Complementary Color

#b87982 #79b8af

#b87982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87982 Color CSS Codes

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

#b87982 Text Font Color

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

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


#b87982 Background Color

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

This div background color is #b87982


#b87982 Border Color

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

This div border color is #b87982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87982


Comments

No comments written yet.

Please login to write comment.