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