Color spaces of #be78ff
RGB | 190 | 120 | 255 |
---|---|---|---|
HSL | 0.75 | 1.00 | 0.74 |
HSV | 271° | 53° | 100° |
CMYK | 0.25 | 0.53 | 0.00 0.00 |
XYZ | 46.0017 | 31.6001 | 98.2826 |
Yxy | 31.6001 | 0.2615 | 0.1797 |
Hunter Lab | 56.2140 | 47.6979 | -64.3109 |
CIE-Lab | 63.0110 | 52.0036 | -57.0610 |
#be78ff color RGB value is (190,120,255).
#be78ff hex color red value is 190, green value is 120 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #be78ff hue: 0.75 , saturation: 1.00 and the lightness value of be78ff is 0.74.
The process color (four color CMYK) of #be78ff color hex is 0.25, 0.53, 0.00, 0.00. Web safe color of #be78ff is #cc66ff. Color #be78ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01111000 | 11111111 |
Octal | 276 | 170 | 377 |
Decimal | 190 | 120 | 255 |
Hex | BE | 78 | FF |
Shades of #be78ff
Tints of #be78ff
RGB Percentages of Color #be78ff
CMYK Percentages of Color #be78ff
Complementary Color
#be78ff | #b9ff78 |
#be78ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be78ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#be78ff Color CSS Codes
.mybgcolor {background-color:#be78ff; } .myforecolor {color:#be78ff; } .mybordercolor {border:3px solid #be78ff; }
#be78ff Text Font Color
<p style="color:#be78ff">Text here</p>
This sample text font color is #be78ff
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.
#be78ff Background Color
<div style="background-color:#be78ff">
Div content here</div>
This div background color is #be78ff
#be78ff Border Color
<div style="border:3px solid #be78ff">
Div here</div>
This div border color is #be78ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,120,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be78ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be78ff; -webkit-box-shadow: 1px 1px 3px 2px #be78ff; box-shadow: 1px 1px 3px 2px #be78ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,120,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 #be78ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be78ff; -webkit-box-shadow: 1px 1px 3px 2px #be78ff; box-shadow: 1px 1px 3px 2px #be78ff;">
Div content here</div>
This div box has shadow with color #be78ff
Comments
No comments written yet.
Please login to write comment.