Color spaces of #be8adb
RGB | 190 | 138 | 219 |
---|---|---|---|
HSL | 0.77 | 0.53 | 0.70 |
HSV | 279° | 37° | 86° |
CMYK | 0.13 | 0.37 | 0.00 0.14 |
XYZ | 43.1099 | 34.2386 | 71.3544 |
Yxy | 34.2386 | 0.2899 | 0.2302 |
Hunter Lab | 58.5138 | 29.1105 | -31.3414 |
CIE-Lab | 65.1515 | 34.3726 | -33.8037 |
#be8adb color RGB value is (190,138,219).
#be8adb hex color red value is 190, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be8adb hue: 0.77 , saturation: 0.53 and the lightness value of be8adb is 0.70.
The process color (four color CMYK) of #be8adb color hex is 0.13, 0.37, 0.00, 0.14. Web safe color of #be8adb is #cc99cc. Color #be8adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10001010 | 11011011 |
Octal | 276 | 212 | 333 |
Decimal | 190 | 138 | 219 |
Hex | BE | 8A | DB |
Shades of #be8adb
Tints of #be8adb
RGB Percentages of Color #be8adb
CMYK Percentages of Color #be8adb
Complementary Color
#be8adb | #a7db8a |
#be8adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be8adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#be8adb Color CSS Codes
.mybgcolor {background-color:#be8adb; } .myforecolor {color:#be8adb; } .mybordercolor {border:3px solid #be8adb; }
#be8adb Text Font Color
<p style="color:#be8adb">Text here</p>
This sample text font color is #be8adb
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.
#be8adb Background Color
<div style="background-color:#be8adb">
Div content here</div>
This div background color is #be8adb
#be8adb Border Color
<div style="border:3px solid #be8adb">
Div here</div>
This div border color is #be8adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,138,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be8adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be8adb; -webkit-box-shadow: 1px 1px 3px 2px #be8adb; box-shadow: 1px 1px 3px 2px #be8adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,138,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be8adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be8adb; -webkit-box-shadow: 1px 1px 3px 2px #be8adb; box-shadow: 1px 1px 3px 2px #be8adb;">
Div content here</div>
This div box has shadow with color #be8adb
Comments
No comments written yet.
Please login to write comment.