Color spaces of #be09da
RGB | 190 | 9 | 218 |
---|---|---|---|
HSL | 0.81 | 0.92 | 0.45 |
HSV | 292° | 96° | 85° |
CMYK | 0.13 | 0.96 | 0.00 0.15 |
XYZ | 33.9878 | 16.2045 | 67.6661 |
Yxy | 16.2045 | 0.2884 | 0.1375 |
Hunter Lab | 40.2548 | 80.2646 | -71.4848 |
CIE-Lab | 47.2417 | 82.3003 | -61.6365 |
#be09da color RGB value is (190,9,218).
#be09da hex color red value is 190, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be09da hue: 0.81 , saturation: 0.92 and the lightness value of be09da is 0.45.
The process color (four color CMYK) of #be09da color hex is 0.13, 0.96, 0.00, 0.15. Web safe color of #be09da is #cc00cc. Color #be09da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00001001 | 11011010 |
Octal | 276 | 11 | 332 |
Decimal | 190 | 9 | 218 |
Hex | BE | 9 | DA |
Shades of #be09da
Tints of #be09da
RGB Percentages of Color #be09da
CMYK Percentages of Color #be09da
Complementary Color
#be09da | #25da09 |
#be09da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be09da Color Preview on White Background
Lorem ipsum dolor sit amet.
#be09da Color CSS Codes
.mybgcolor {background-color:#be09da; } .myforecolor {color:#be09da; } .mybordercolor {border:3px solid #be09da; }
#be09da Text Font Color
<p style="color:#be09da">Text here</p>
This sample text font color is #be09da
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.
#be09da Background Color
<div style="background-color:#be09da">
Div content here</div>
This div background color is #be09da
#be09da Border Color
<div style="border:3px solid #be09da">
Div here</div>
This div border color is #be09da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,9,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be09da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be09da; -webkit-box-shadow: 1px 1px 3px 2px #be09da; box-shadow: 1px 1px 3px 2px #be09da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,9,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be09da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be09da; -webkit-box-shadow: 1px 1px 3px 2px #be09da; box-shadow: 1px 1px 3px 2px #be09da;">
Div content here</div>
This div box has shadow with color #be09da
Comments
No comments written yet.
Please login to write comment.