Color spaces of #b83335
RGB | 184 | 51 | 53 |
---|---|---|---|
HSL | 1.00 | 0.57 | 0.46 |
HSV | 359° | 72° | 72° |
CMYK | 0.00 | 0.72 | 0.71 0.28 |
XYZ | 21.5936 | 12.8150 | 4.7036 |
Yxy | 12.8150 | 0.5521 | 0.3276 |
Hunter Lab | 35.7980 | 45.0257 | 17.2684 |
CIE-Lab | 42.4832 | 53.0104 | 30.6573 |
#b83335 color RGB value is (184,51,53).
#b83335 hex color red value is 184, green value is 51 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b83335 hue: 1.00 , saturation: 0.57 and the lightness value of b83335 is 0.46.
The process color (four color CMYK) of #b83335 color hex is 0.00, 0.72, 0.71, 0.28. Web safe color of #b83335 is #cc3333. Color #b83335 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00110011 | 00110101 |
Octal | 270 | 63 | 65 |
Decimal | 184 | 51 | 53 |
Hex | B8 | 33 | 35 |
Shades of #b83335
Tints of #b83335
RGB Percentages of Color #b83335
CMYK Percentages of Color #b83335
Complementary Color
#b83335 | #33b8b6 |
#b83335 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b83335 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b83335 Color CSS Codes
.mybgcolor {background-color:#b83335; } .myforecolor {color:#b83335; } .mybordercolor {border:3px solid #b83335; }
#b83335 Text Font Color
<p style="color:#b83335">Text here</p>
This sample text font color is #b83335
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.
#b83335 Background Color
<div style="background-color:#b83335">
Div content here</div>
This div background color is #b83335
#b83335 Border Color
<div style="border:3px solid #b83335">
Div here</div>
This div border color is #b83335
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,51,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b83335; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b83335; -webkit-box-shadow: 1px 1px 3px 2px #b83335; box-shadow: 1px 1px 3px 2px #b83335; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,51,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b83335">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b83335; -webkit-box-shadow: 1px 1px 3px 2px #b83335; box-shadow: 1px 1px 3px 2px #b83335;">
Div content here</div>
This div box has shadow with color #b83335
Comments
No comments written yet.
Please login to write comment.