Color spaces of #be58df
RGB | 190 | 88 | 223 |
---|---|---|---|
HSL | 0.79 | 0.68 | 0.61 |
HSV | 285° | 61° | 87° |
CMYK | 0.15 | 0.61 | 0.00 0.13 |
XYZ | 38.0442 | 23.2543 | 72.2954 |
Yxy | 23.2543 | 0.2848 | 0.1741 |
Hunter Lab | 48.2227 | 56.4337 | -55.1316 |
CIE-Lab | 55.3333 | 61.0140 | -51.4920 |
#be58df color RGB value is (190,88,223).
#be58df hex color red value is 190, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be58df hue: 0.79 , saturation: 0.68 and the lightness value of be58df is 0.61.
The process color (four color CMYK) of #be58df color hex is 0.15, 0.61, 0.00, 0.13. Web safe color of #be58df is #cc66cc. Color #be58df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01011000 | 11011111 |
Octal | 276 | 130 | 337 |
Decimal | 190 | 88 | 223 |
Hex | BE | 58 | DF |
Shades of #be58df
Tints of #be58df
RGB Percentages of Color #be58df
CMYK Percentages of Color #be58df
Complementary Color
#be58df | #79df58 |
#be58df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be58df Color Preview on White Background
Lorem ipsum dolor sit amet.
#be58df Color CSS Codes
.mybgcolor {background-color:#be58df; } .myforecolor {color:#be58df; } .mybordercolor {border:3px solid #be58df; }
#be58df Text Font Color
<p style="color:#be58df">Text here</p>
This sample text font color is #be58df
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.
#be58df Background Color
<div style="background-color:#be58df">
Div content here</div>
This div background color is #be58df
#be58df Border Color
<div style="border:3px solid #be58df">
Div here</div>
This div border color is #be58df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,88,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be58df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be58df; -webkit-box-shadow: 1px 1px 3px 2px #be58df; box-shadow: 1px 1px 3px 2px #be58df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,88,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be58df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be58df; -webkit-box-shadow: 1px 1px 3px 2px #be58df; box-shadow: 1px 1px 3px 2px #be58df;">
Div content here</div>
This div box has shadow with color #be58df
Comments
No comments written yet.
Please login to write comment.