Color spaces of #b87978
RGB | 184 | 121 | 120 |
---|---|---|---|
HSL | 0.00 | 0.31 | 0.60 |
HSV | 1° | 35° | 72° |
CMYK | 0.00 | 0.34 | 0.35 0.28 |
XYZ | 29.9947 | 25.2212 | 21.0566 |
Yxy | 25.2212 | 0.3933 | 0.3307 |
Hunter Lab | 50.2207 | 18.7242 | 10.2953 |
CIE-Lab | 57.2903 | 24.5059 | 10.7054 |
#b87978 color RGB value is (184,121,120).
#b87978 hex color red value is 184, green value is 121 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b87978 hue: 0.00 , saturation: 0.31 and the lightness value of b87978 is 0.60.
The process color (four color CMYK) of #b87978 color hex is 0.00, 0.34, 0.35, 0.28. Web safe color of #b87978 is #cc6666. Color #b87978 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01111001 | 01111000 |
Octal | 270 | 171 | 170 |
Decimal | 184 | 121 | 120 |
Hex | B8 | 79 | 78 |
Shades of #b87978
Tints of #b87978
RGB Percentages of Color #b87978
CMYK Percentages of Color #b87978
Complementary Color
#b87978 | #78b7b8 |
#b87978 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b87978 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b87978 Color CSS Codes
.mybgcolor {background-color:#b87978; } .myforecolor {color:#b87978; } .mybordercolor {border:3px solid #b87978; }
#b87978 Text Font Color
<p style="color:#b87978">Text here</p>
This sample text font color is #b87978
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.
#b87978 Background Color
<div style="background-color:#b87978">
Div content here</div>
This div background color is #b87978
#b87978 Border Color
<div style="border:3px solid #b87978">
Div here</div>
This div border color is #b87978
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,121,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b87978; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b87978; -webkit-box-shadow: 1px 1px 3px 2px #b87978; box-shadow: 1px 1px 3px 2px #b87978; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,121,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b87978">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b87978; -webkit-box-shadow: 1px 1px 3px 2px #b87978; box-shadow: 1px 1px 3px 2px #b87978;">
Div content here</div>
This div box has shadow with color #b87978
Comments
No comments written yet.
Please login to write comment.