Color spaces of #be5bcf
RGB | 190 | 91 | 207 |
---|---|---|---|
HSL | 0.81 | 0.55 | 0.58 |
HSV | 291° | 56° | 81° |
CMYK | 0.08 | 0.56 | 0.00 0.19 |
XYZ | 36.2388 | 22.9343 | 61.5483 |
Yxy | 22.9343 | 0.3002 | 0.1900 |
Hunter Lab | 47.8898 | 51.2661 | -42.6771 |
CIE-Lab | 55.0046 | 56.5073 | -42.9452 |
#be5bcf color RGB value is (190,91,207).
#be5bcf hex color red value is 190, green value is 91 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #be5bcf hue: 0.81 , saturation: 0.55 and the lightness value of be5bcf is 0.58.
The process color (four color CMYK) of #be5bcf color hex is 0.08, 0.56, 0.00, 0.19. Web safe color of #be5bcf is #cc66cc. Color #be5bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01011011 | 11001111 |
Octal | 276 | 133 | 317 |
Decimal | 190 | 91 | 207 |
Hex | BE | 5B | CF |
Shades of #be5bcf
Tints of #be5bcf
RGB Percentages of Color #be5bcf
CMYK Percentages of Color #be5bcf
Complementary Color
#be5bcf | #6ccf5b |
#be5bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be5bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#be5bcf Color CSS Codes
.mybgcolor {background-color:#be5bcf; } .myforecolor {color:#be5bcf; } .mybordercolor {border:3px solid #be5bcf; }
#be5bcf Text Font Color
<p style="color:#be5bcf">Text here</p>
This sample text font color is #be5bcf
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.
#be5bcf Background Color
<div style="background-color:#be5bcf">
Div content here</div>
This div background color is #be5bcf
#be5bcf Border Color
<div style="border:3px solid #be5bcf">
Div here</div>
This div border color is #be5bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,91,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be5bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be5bcf; -webkit-box-shadow: 1px 1px 3px 2px #be5bcf; box-shadow: 1px 1px 3px 2px #be5bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,91,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be5bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be5bcf; -webkit-box-shadow: 1px 1px 3px 2px #be5bcf; box-shadow: 1px 1px 3px 2px #be5bcf;">
Div content here</div>
This div box has shadow with color #be5bcf
Comments
No comments written yet.
Please login to write comment.