Color spaces of #be849e
RGB | 190 | 132 | 158 |
---|---|---|---|
HSL | 0.93 | 0.31 | 0.63 |
HSV | 333° | 31° | 75° |
CMYK | 0.00 | 0.31 | 0.17 0.25 |
XYZ | 35.6580 | 29.9183 | 36.2432 |
Yxy | 29.9183 | 0.3502 | 0.2938 |
Hunter Lab | 54.6976 | 20.6453 | -0.9978 |
CIE-Lab | 61.5837 | 26.2019 | -4.8422 |
#be849e color RGB value is (190,132,158).
#be849e hex color red value is 190, green value is 132 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be849e hue: 0.93 , saturation: 0.31 and the lightness value of be849e is 0.63.
The process color (four color CMYK) of #be849e color hex is 0.00, 0.31, 0.17, 0.25. Web safe color of #be849e is #cc9999. Color #be849e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10000100 | 10011110 |
Octal | 276 | 204 | 236 |
Decimal | 190 | 132 | 158 |
Hex | BE | 84 | 9E |
Shades of #be849e
Tints of #be849e
RGB Percentages of Color #be849e
CMYK Percentages of Color #be849e
Complementary Color
#be849e | #84bea4 |
#be849e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be849e Color Preview on White Background
Lorem ipsum dolor sit amet.
#be849e Color CSS Codes
.mybgcolor {background-color:#be849e; } .myforecolor {color:#be849e; } .mybordercolor {border:3px solid #be849e; }
#be849e Text Font Color
<p style="color:#be849e">Text here</p>
This sample text font color is #be849e
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.
#be849e Background Color
<div style="background-color:#be849e">
Div content here</div>
This div background color is #be849e
#be849e Border Color
<div style="border:3px solid #be849e">
Div here</div>
This div border color is #be849e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,132,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be849e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be849e; -webkit-box-shadow: 1px 1px 3px 2px #be849e; box-shadow: 1px 1px 3px 2px #be849e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,132,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be849e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be849e; -webkit-box-shadow: 1px 1px 3px 2px #be849e; box-shadow: 1px 1px 3px 2px #be849e;">
Div content here</div>
This div box has shadow with color #be849e
Comments
No comments written yet.
Please login to write comment.