Color spaces of #be208f
RGB | 190 | 32 | 143 |
---|---|---|---|
HSL | 0.88 | 0.71 | 0.44 |
HSV | 318° | 83° | 75° |
CMYK | 0.00 | 0.83 | 0.25 0.25 |
XYZ | 26.7096 | 13.9633 | 27.2740 |
Yxy | 13.9633 | 0.3931 | 0.2055 |
Hunter Lab | 37.3675 | 62.1954 | -17.1177 |
CIE-Lab | 44.1803 | 68.1036 | -22.3152 |
#be208f color RGB value is (190,32,143).
#be208f hex color red value is 190, green value is 32 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #be208f hue: 0.88 , saturation: 0.71 and the lightness value of be208f is 0.44.
The process color (four color CMYK) of #be208f color hex is 0.00, 0.83, 0.25, 0.25. Web safe color of #be208f is #cc3399. Color #be208f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00100000 | 10001111 |
Octal | 276 | 40 | 217 |
Decimal | 190 | 32 | 143 |
Hex | BE | 20 | 8F |
Shades of #be208f
Tints of #be208f
RGB Percentages of Color #be208f
CMYK Percentages of Color #be208f
Complementary Color
#be208f | #20be4f |
#be208f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be208f Color Preview on White Background
Lorem ipsum dolor sit amet.
#be208f Color CSS Codes
.mybgcolor {background-color:#be208f; } .myforecolor {color:#be208f; } .mybordercolor {border:3px solid #be208f; }
#be208f Text Font Color
<p style="color:#be208f">Text here</p>
This sample text font color is #be208f
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.
#be208f Background Color
<div style="background-color:#be208f">
Div content here</div>
This div background color is #be208f
#be208f Border Color
<div style="border:3px solid #be208f">
Div here</div>
This div border color is #be208f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,32,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be208f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be208f; -webkit-box-shadow: 1px 1px 3px 2px #be208f; box-shadow: 1px 1px 3px 2px #be208f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,32,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be208f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be208f; -webkit-box-shadow: 1px 1px 3px 2px #be208f; box-shadow: 1px 1px 3px 2px #be208f;">
Div content here</div>
This div box has shadow with color #be208f
Comments
No comments written yet.
Please login to write comment.