Color spaces of #be244f
RGB | 190 | 36 | 79 |
---|---|---|---|
HSL | 0.95 | 0.68 | 0.44 |
HSV | 343° | 81° | 75° |
CMYK | 0.00 | 0.81 | 0.58 0.25 |
XYZ | 23.2774 | 12.7734 | 8.6358 |
Yxy | 12.7734 | 0.5209 | 0.2858 |
Hunter Lab | 35.7399 | 53.7123 | 10.6917 |
CIE-Lab | 42.4198 | 61.0159 | 14.7939 |
#be244f color RGB value is (190,36,79).
#be244f hex color red value is 190, green value is 36 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #be244f hue: 0.95 , saturation: 0.68 and the lightness value of be244f is 0.44.
The process color (four color CMYK) of #be244f color hex is 0.00, 0.81, 0.58, 0.25. Web safe color of #be244f is #cc3366. Color #be244f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00100100 | 01001111 |
Octal | 276 | 44 | 117 |
Decimal | 190 | 36 | 79 |
Hex | BE | 24 | 4F |
Shades of #be244f
Tints of #be244f
RGB Percentages of Color #be244f
CMYK Percentages of Color #be244f
Complementary Color
#be244f | #24be93 |
#be244f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be244f Color Preview on White Background
Lorem ipsum dolor sit amet.
#be244f Color CSS Codes
.mybgcolor {background-color:#be244f; } .myforecolor {color:#be244f; } .mybordercolor {border:3px solid #be244f; }
#be244f Text Font Color
<p style="color:#be244f">Text here</p>
This sample text font color is #be244f
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.
#be244f Background Color
<div style="background-color:#be244f">
Div content here</div>
This div background color is #be244f
#be244f Border Color
<div style="border:3px solid #be244f">
Div here</div>
This div border color is #be244f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,36,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be244f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be244f; -webkit-box-shadow: 1px 1px 3px 2px #be244f; box-shadow: 1px 1px 3px 2px #be244f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,36,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 #be244f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be244f; -webkit-box-shadow: 1px 1px 3px 2px #be244f; box-shadow: 1px 1px 3px 2px #be244f;">
Div content here</div>
This div box has shadow with color #be244f
Comments
No comments written yet.
Please login to write comment.