Color spaces of #be394f
RGB | 190 | 57 | 79 |
---|---|---|---|
HSL | 0.97 | 0.54 | 0.48 |
HSV | 350° | 70° | 75° |
CMYK | 0.00 | 0.70 | 0.58 0.25 |
XYZ | 24.1096 | 14.4379 | 8.9132 |
Yxy | 14.4379 | 0.5080 | 0.3042 |
Hunter Lab | 37.9972 | 46.7647 | 12.6901 |
CIE-Lab | 44.8545 | 54.2060 | 18.0813 |
#be394f color RGB value is (190,57,79).
#be394f hex color red value is 190, green value is 57 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #be394f hue: 0.97 , saturation: 0.54 and the lightness value of be394f is 0.48.
The process color (four color CMYK) of #be394f color hex is 0.00, 0.70, 0.58, 0.25. Web safe color of #be394f is #cc3366. Color #be394f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00111001 | 01001111 |
Octal | 276 | 71 | 117 |
Decimal | 190 | 57 | 79 |
Hex | BE | 39 | 4F |
Shades of #be394f
Tints of #be394f
RGB Percentages of Color #be394f
CMYK Percentages of Color #be394f
Complementary Color
#be394f | #39bea8 |
#be394f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be394f Color Preview on White Background
Lorem ipsum dolor sit amet.
#be394f Color CSS Codes
.mybgcolor {background-color:#be394f; } .myforecolor {color:#be394f; } .mybordercolor {border:3px solid #be394f; }
#be394f Text Font Color
<p style="color:#be394f">Text here</p>
This sample text font color is #be394f
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.
#be394f Background Color
<div style="background-color:#be394f">
Div content here</div>
This div background color is #be394f
#be394f Border Color
<div style="border:3px solid #be394f">
Div here</div>
This div border color is #be394f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,57,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be394f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be394f; -webkit-box-shadow: 1px 1px 3px 2px #be394f; box-shadow: 1px 1px 3px 2px #be394f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,57,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 #be394f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be394f; -webkit-box-shadow: 1px 1px 3px 2px #be394f; box-shadow: 1px 1px 3px 2px #be394f;">
Div content here</div>
This div box has shadow with color #be394f
Comments
No comments written yet.
Please login to write comment.