Color spaces of #be294f
RGB | 190 | 41 | 79 |
---|---|---|---|
HSL | 0.96 | 0.65 | 0.45 |
HSV | 345° | 78° | 75° |
CMYK | 0.00 | 0.78 | 0.58 0.25 |
XYZ | 23.4394 | 13.0975 | 8.6898 |
Yxy | 13.0975 | 0.5183 | 0.2896 |
Hunter Lab | 36.1905 | 52.2754 | 11.0970 |
CIE-Lab | 42.9098 | 59.6279 | 15.4600 |
#be294f color RGB value is (190,41,79).
#be294f hex color red value is 190, green value is 41 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #be294f hue: 0.96 , saturation: 0.65 and the lightness value of be294f is 0.45.
The process color (four color CMYK) of #be294f color hex is 0.00, 0.78, 0.58, 0.25. Web safe color of #be294f is #cc3366. Color #be294f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00101001 | 01001111 |
Octal | 276 | 51 | 117 |
Decimal | 190 | 41 | 79 |
Hex | BE | 29 | 4F |
Shades of #be294f
Tints of #be294f
RGB Percentages of Color #be294f
CMYK Percentages of Color #be294f
Complementary Color
#be294f | #29be98 |
#be294f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be294f Color Preview on White Background
Lorem ipsum dolor sit amet.
#be294f Color CSS Codes
.mybgcolor {background-color:#be294f; } .myforecolor {color:#be294f; } .mybordercolor {border:3px solid #be294f; }
#be294f Text Font Color
<p style="color:#be294f">Text here</p>
This sample text font color is #be294f
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.
#be294f Background Color
<div style="background-color:#be294f">
Div content here</div>
This div background color is #be294f
#be294f Border Color
<div style="border:3px solid #be294f">
Div here</div>
This div border color is #be294f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,41,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be294f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be294f; -webkit-box-shadow: 1px 1px 3px 2px #be294f; box-shadow: 1px 1px 3px 2px #be294f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,41,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 #be294f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be294f; -webkit-box-shadow: 1px 1px 3px 2px #be294f; box-shadow: 1px 1px 3px 2px #be294f;">
Div content here</div>
This div box has shadow with color #be294f
Comments
No comments written yet.
Please login to write comment.