Color spaces of #be79fe
RGB | 190 | 121 | 254 |
---|---|---|---|
HSL | 0.75 | 0.99 | 0.74 |
HSV | 271° | 52° | 100° |
CMYK | 0.25 | 0.52 | 0.00 0.00 |
XYZ | 45.9620 | 31.7777 | 97.4772 |
Yxy | 31.7777 | 0.2623 | 0.1814 |
Hunter Lab | 56.3717 | 46.8873 | -63.0633 |
CIE-Lab | 63.1587 | 51.2539 | -56.2768 |
#be79fe color RGB value is (190,121,254).
#be79fe hex color red value is 190, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #be79fe hue: 0.75 , saturation: 0.99 and the lightness value of be79fe is 0.74.
The process color (four color CMYK) of #be79fe color hex is 0.25, 0.52, 0.00, 0.00. Web safe color of #be79fe is #cc66ff. Color #be79fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01111001 | 11111110 |
Octal | 276 | 171 | 376 |
Decimal | 190 | 121 | 254 |
Hex | BE | 79 | FE |
Shades of #be79fe
Tints of #be79fe
RGB Percentages of Color #be79fe
CMYK Percentages of Color #be79fe
Complementary Color
#be79fe | #b9fe79 |
#be79fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be79fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#be79fe Color CSS Codes
.mybgcolor {background-color:#be79fe; } .myforecolor {color:#be79fe; } .mybordercolor {border:3px solid #be79fe; }
#be79fe Text Font Color
<p style="color:#be79fe">Text here</p>
This sample text font color is #be79fe
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.
#be79fe Background Color
<div style="background-color:#be79fe">
Div content here</div>
This div background color is #be79fe
#be79fe Border Color
<div style="border:3px solid #be79fe">
Div here</div>
This div border color is #be79fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,121,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be79fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be79fe; -webkit-box-shadow: 1px 1px 3px 2px #be79fe; box-shadow: 1px 1px 3px 2px #be79fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,121,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be79fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be79fe; -webkit-box-shadow: 1px 1px 3px 2px #be79fe; box-shadow: 1px 1px 3px 2px #be79fe;">
Div content here</div>
This div box has shadow with color #be79fe
Comments
No comments written yet.
Please login to write comment.