Color spaces of #be7efb
RGB | 190 | 126 | 251 |
---|---|---|---|
HSL | 0.75 | 0.94 | 0.74 |
HSV | 271° | 50° | 98° |
CMYK | 0.24 | 0.50 | 0.00 0.02 |
XYZ | 46.1086 | 32.8339 | 95.1742 |
Yxy | 32.8339 | 0.2648 | 0.1886 |
Hunter Lab | 57.3009 | 43.3580 | -58.3674 |
CIE-Lab | 64.0262 | 47.9316 | -53.2510 |
#be7efb color RGB value is (190,126,251).
#be7efb hex color red value is 190, green value is 126 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #be7efb hue: 0.75 , saturation: 0.94 and the lightness value of be7efb is 0.74.
The process color (four color CMYK) of #be7efb color hex is 0.24, 0.50, 0.00, 0.02. Web safe color of #be7efb is #cc66ff. Color #be7efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01111110 | 11111011 |
Octal | 276 | 176 | 373 |
Decimal | 190 | 126 | 251 |
Hex | BE | 7E | FB |
Shades of #be7efb
Tints of #be7efb
RGB Percentages of Color #be7efb
CMYK Percentages of Color #be7efb
Complementary Color
#be7efb | #bbfb7e |
#be7efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be7efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#be7efb Color CSS Codes
.mybgcolor {background-color:#be7efb; } .myforecolor {color:#be7efb; } .mybordercolor {border:3px solid #be7efb; }
#be7efb Text Font Color
<p style="color:#be7efb">Text here</p>
This sample text font color is #be7efb
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.
#be7efb Background Color
<div style="background-color:#be7efb">
Div content here</div>
This div background color is #be7efb
#be7efb Border Color
<div style="border:3px solid #be7efb">
Div here</div>
This div border color is #be7efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,126,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be7efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be7efb; -webkit-box-shadow: 1px 1px 3px 2px #be7efb; box-shadow: 1px 1px 3px 2px #be7efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,126,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be7efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be7efb; -webkit-box-shadow: 1px 1px 3px 2px #be7efb; box-shadow: 1px 1px 3px 2px #be7efb;">
Div content here</div>
This div box has shadow with color #be7efb
#be7efb Color Palettes
Comments
No comments written yet.
Please login to write comment.