Color spaces of #be0ddb
RGB | 190 | 13 | 219 |
---|---|---|---|
HSL | 0.81 | 0.89 | 0.45 |
HSV | 292° | 94° | 86° |
CMYK | 0.13 | 0.94 | 0.00 0.14 |
XYZ | 34.1653 | 16.3495 | 68.3729 |
Yxy | 16.3495 | 0.2874 | 0.1375 |
Hunter Lab | 40.4345 | 80.0639 | -71.9525 |
CIE-Lab | 47.4297 | 82.1064 | -61.9045 |
#be0ddb color RGB value is (190,13,219).
#be0ddb hex color red value is 190, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be0ddb hue: 0.81 , saturation: 0.89 and the lightness value of be0ddb is 0.45.
The process color (four color CMYK) of #be0ddb color hex is 0.13, 0.94, 0.00, 0.14. Web safe color of #be0ddb is #cc00cc. Color #be0ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00001101 | 11011011 |
Octal | 276 | 15 | 333 |
Decimal | 190 | 13 | 219 |
Hex | BE | D | DB |
Shades of #be0ddb
Tints of #be0ddb
RGB Percentages of Color #be0ddb
CMYK Percentages of Color #be0ddb
Complementary Color
#be0ddb | #2adb0d |
#be0ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be0ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#be0ddb Color CSS Codes
.mybgcolor {background-color:#be0ddb; } .myforecolor {color:#be0ddb; } .mybordercolor {border:3px solid #be0ddb; }
#be0ddb Text Font Color
<p style="color:#be0ddb">Text here</p>
This sample text font color is #be0ddb
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.
#be0ddb Background Color
<div style="background-color:#be0ddb">
Div content here</div>
This div background color is #be0ddb
#be0ddb Border Color
<div style="border:3px solid #be0ddb">
Div here</div>
This div border color is #be0ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,13,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be0ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be0ddb; -webkit-box-shadow: 1px 1px 3px 2px #be0ddb; box-shadow: 1px 1px 3px 2px #be0ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,13,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 #be0ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be0ddb; -webkit-box-shadow: 1px 1px 3px 2px #be0ddb; box-shadow: 1px 1px 3px 2px #be0ddb;">
Div content here</div>
This div box has shadow with color #be0ddb
Comments
No comments written yet.
Please login to write comment.