Color spaces of #be2cff
RGB | 190 | 44 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.59 |
HSV | 282° | 83° | 100° |
CMYK | 0.25 | 0.83 | 0.00 0.00 |
XYZ | 40.1859 | 19.9685 | 96.3440 |
Yxy | 19.9685 | 0.2568 | 0.1276 |
Hunter Lab | 44.6861 | 82.3230 | -96.5499 |
CIE-Lab | 51.8016 | 83.0258 | -75.1082 |
#be2cff color RGB value is (190,44,255).
#be2cff hex color red value is 190, green value is 44 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #be2cff hue: 0.78 , saturation: 1.00 and the lightness value of be2cff is 0.59.
The process color (four color CMYK) of #be2cff color hex is 0.25, 0.83, 0.00, 0.00. Web safe color of #be2cff is #cc33ff. Color #be2cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00101100 | 11111111 |
Octal | 276 | 54 | 377 |
Decimal | 190 | 44 | 255 |
Hex | BE | 2C | FF |
Shades of #be2cff
Tints of #be2cff
RGB Percentages of Color #be2cff
CMYK Percentages of Color #be2cff
Complementary Color
#be2cff | #6dff2c |
#be2cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be2cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#be2cff Color CSS Codes
.mybgcolor {background-color:#be2cff; } .myforecolor {color:#be2cff; } .mybordercolor {border:3px solid #be2cff; }
#be2cff Text Font Color
<p style="color:#be2cff">Text here</p>
This sample text font color is #be2cff
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.
#be2cff Background Color
<div style="background-color:#be2cff">
Div content here</div>
This div background color is #be2cff
#be2cff Border Color
<div style="border:3px solid #be2cff">
Div here</div>
This div border color is #be2cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,44,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be2cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be2cff; -webkit-box-shadow: 1px 1px 3px 2px #be2cff; box-shadow: 1px 1px 3px 2px #be2cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,44,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be2cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be2cff; -webkit-box-shadow: 1px 1px 3px 2px #be2cff; box-shadow: 1px 1px 3px 2px #be2cff;">
Div content here</div>
This div box has shadow with color #be2cff
Comments
No comments written yet.
Please login to write comment.