Color spaces of #be59da
RGB | 190 | 89 | 218 |
---|---|---|---|
HSL | 0.80 | 0.64 | 0.60 |
HSV | 287° | 59° | 85° |
CMYK | 0.13 | 0.59 | 0.00 0.15 |
XYZ | 37.4625 | 23.1539 | 68.8243 |
Yxy | 23.1539 | 0.2894 | 0.1789 |
Hunter Lab | 48.1185 | 54.7632 | -51.1200 |
CIE-Lab | 55.2305 | 59.5694 | -48.8309 |
#be59da color RGB value is (190,89,218).
#be59da hex color red value is 190, green value is 89 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be59da hue: 0.80 , saturation: 0.64 and the lightness value of be59da is 0.60.
The process color (four color CMYK) of #be59da color hex is 0.13, 0.59, 0.00, 0.15. Web safe color of #be59da is #cc66cc. Color #be59da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01011001 | 11011010 |
Octal | 276 | 131 | 332 |
Decimal | 190 | 89 | 218 |
Hex | BE | 59 | DA |
Shades of #be59da
Tints of #be59da
RGB Percentages of Color #be59da
CMYK Percentages of Color #be59da
Complementary Color
#be59da | #75da59 |
#be59da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be59da Color Preview on White Background
Lorem ipsum dolor sit amet.
#be59da Color CSS Codes
.mybgcolor {background-color:#be59da; } .myforecolor {color:#be59da; } .mybordercolor {border:3px solid #be59da; }
#be59da Text Font Color
<p style="color:#be59da">Text here</p>
This sample text font color is #be59da
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.
#be59da Background Color
<div style="background-color:#be59da">
Div content here</div>
This div background color is #be59da
#be59da Border Color
<div style="border:3px solid #be59da">
Div here</div>
This div border color is #be59da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,89,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be59da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be59da; -webkit-box-shadow: 1px 1px 3px 2px #be59da; box-shadow: 1px 1px 3px 2px #be59da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,89,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 #be59da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be59da; -webkit-box-shadow: 1px 1px 3px 2px #be59da; box-shadow: 1px 1px 3px 2px #be59da;">
Div content here</div>
This div box has shadow with color #be59da
Comments
No comments written yet.
Please login to write comment.