Color spaces of #b2454f
RGB | 178 | 69 | 79 |
---|---|---|---|
HSL | 0.98 | 0.44 | 0.48 |
HSV | 354° | 61° | 70° |
CMYK | 0.00 | 0.61 | 0.56 0.30 |
XYZ | 21.8995 | 14.2857 | 9.0003 |
Yxy | 14.2857 | 0.4847 | 0.3162 |
Hunter Lab | 37.7964 | 37.2803 | 12.3390 |
CIE-Lab | 44.6399 | 45.1480 | 17.4293 |
#b2454f color RGB value is (178,69,79).
#b2454f hex color red value is 178, green value is 69 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b2454f hue: 0.98 , saturation: 0.44 and the lightness value of b2454f is 0.48.
The process color (four color CMYK) of #b2454f color hex is 0.00, 0.61, 0.56, 0.30. Web safe color of #b2454f is #993366. Color #b2454f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01000101 | 01001111 |
Octal | 262 | 105 | 117 |
Decimal | 178 | 69 | 79 |
Hex | B2 | 45 | 4F |
Shades of #b2454f
Tints of #b2454f
RGB Percentages of Color #b2454f
CMYK Percentages of Color #b2454f
Complementary Color
#b2454f | #45b2a8 |
#b2454f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2454f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2454f Color CSS Codes
.mybgcolor {background-color:#b2454f; } .myforecolor {color:#b2454f; } .mybordercolor {border:3px solid #b2454f; }
#b2454f Text Font Color
<p style="color:#b2454f">Text here</p>
This sample text font color is #b2454f
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.
#b2454f Background Color
<div style="background-color:#b2454f">
Div content here</div>
This div background color is #b2454f
#b2454f Border Color
<div style="border:3px solid #b2454f">
Div here</div>
This div border color is #b2454f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,69,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2454f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2454f; -webkit-box-shadow: 1px 1px 3px 2px #b2454f; box-shadow: 1px 1px 3px 2px #b2454f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,69,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2454f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2454f; -webkit-box-shadow: 1px 1px 3px 2px #b2454f; box-shadow: 1px 1px 3px 2px #b2454f;">
Div content here</div>
This div box has shadow with color #b2454f
Comments
No comments written yet.
Please login to write comment.