Color spaces of #be15ea
RGB | 190 | 21 | 234 |
---|---|---|---|
HSL | 0.80 | 0.84 | 0.50 |
HSV | 288° | 91° | 92° |
CMYK | 0.19 | 0.91 | 0.00 0.08 |
XYZ | 36.3547 | 17.4240 | 79.2890 |
Yxy | 17.4240 | 0.2732 | 0.1309 |
Hunter Lab | 41.7421 | 82.4136 | -83.4018 |
CIE-Lab | 48.7899 | 83.6809 | -68.2277 |
#be15ea color RGB value is (190,21,234).
#be15ea hex color red value is 190, green value is 21 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #be15ea hue: 0.80 , saturation: 0.84 and the lightness value of be15ea is 0.50.
The process color (four color CMYK) of #be15ea color hex is 0.19, 0.91, 0.00, 0.08. Web safe color of #be15ea is #cc00ff. Color #be15ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00010101 | 11101010 |
Octal | 276 | 25 | 352 |
Decimal | 190 | 21 | 234 |
Hex | BE | 15 | EA |
Shades of #be15ea
Tints of #be15ea
RGB Percentages of Color #be15ea
CMYK Percentages of Color #be15ea
Complementary Color
#be15ea | #41ea15 |
#be15ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be15ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#be15ea Color CSS Codes
.mybgcolor {background-color:#be15ea; } .myforecolor {color:#be15ea; } .mybordercolor {border:3px solid #be15ea; }
#be15ea Text Font Color
<p style="color:#be15ea">Text here</p>
This sample text font color is #be15ea
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.
#be15ea Background Color
<div style="background-color:#be15ea">
Div content here</div>
This div background color is #be15ea
#be15ea Border Color
<div style="border:3px solid #be15ea">
Div here</div>
This div border color is #be15ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,21,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be15ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be15ea; -webkit-box-shadow: 1px 1px 3px 2px #be15ea; box-shadow: 1px 1px 3px 2px #be15ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,21,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be15ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be15ea; -webkit-box-shadow: 1px 1px 3px 2px #be15ea; box-shadow: 1px 1px 3px 2px #be15ea;">
Div content here</div>
This div box has shadow with color #be15ea
Comments
No comments written yet.
Please login to write comment.