Color spaces of #be7bfa
RGB | 190 | 123 | 250 |
---|---|---|---|
HSL | 0.75 | 0.93 | 0.73 |
HSV | 272° | 51° | 98° |
CMYK | 0.24 | 0.51 | 0.00 0.02 |
XYZ | 45.5735 | 32.0152 | 94.2200 |
Yxy | 32.0152 | 0.2653 | 0.1863 |
Hunter Lab | 56.5820 | 44.7529 | -59.1220 |
CIE-Lab | 63.3554 | 49.2971 | -53.7663 |
#be7bfa color RGB value is (190,123,250).
#be7bfa hex color red value is 190, green value is 123 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #be7bfa hue: 0.75 , saturation: 0.93 and the lightness value of be7bfa is 0.73.
The process color (four color CMYK) of #be7bfa color hex is 0.24, 0.51, 0.00, 0.02. Web safe color of #be7bfa is #cc66ff. Color #be7bfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01111011 | 11111010 |
Octal | 276 | 173 | 372 |
Decimal | 190 | 123 | 250 |
Hex | BE | 7B | FA |
Shades of #be7bfa
Tints of #be7bfa
RGB Percentages of Color #be7bfa
CMYK Percentages of Color #be7bfa
Complementary Color
#be7bfa | #b7fa7b |
#be7bfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be7bfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#be7bfa Color CSS Codes
.mybgcolor {background-color:#be7bfa; } .myforecolor {color:#be7bfa; } .mybordercolor {border:3px solid #be7bfa; }
#be7bfa Text Font Color
<p style="color:#be7bfa">Text here</p>
This sample text font color is #be7bfa
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.
#be7bfa Background Color
<div style="background-color:#be7bfa">
Div content here</div>
This div background color is #be7bfa
#be7bfa Border Color
<div style="border:3px solid #be7bfa">
Div here</div>
This div border color is #be7bfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,123,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be7bfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be7bfa; -webkit-box-shadow: 1px 1px 3px 2px #be7bfa; box-shadow: 1px 1px 3px 2px #be7bfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,123,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be7bfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be7bfa; -webkit-box-shadow: 1px 1px 3px 2px #be7bfa; box-shadow: 1px 1px 3px 2px #be7bfa;">
Div content here</div>
This div box has shadow with color #be7bfa
Comments
No comments written yet.
Please login to write comment.