Color spaces of #be0fcf
RGB | 190 | 15 | 207 |
---|---|---|---|
HSL | 0.82 | 0.86 | 0.44 |
HSV | 295° | 93° | 81° |
CMYK | 0.08 | 0.93 | 0.00 0.19 |
XYZ | 32.6685 | 15.7938 | 60.3582 |
Yxy | 15.7938 | 0.3002 | 0.1451 |
Hunter Lab | 39.7414 | 77.1843 | -62.2291 |
CIE-Lab | 46.7028 | 79.9703 | -56.1859 |
#be0fcf color RGB value is (190,15,207).
#be0fcf hex color red value is 190, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #be0fcf hue: 0.82 , saturation: 0.86 and the lightness value of be0fcf is 0.44.
The process color (four color CMYK) of #be0fcf color hex is 0.08, 0.93, 0.00, 0.19. Web safe color of #be0fcf is #cc00cc. Color #be0fcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00001111 | 11001111 |
Octal | 276 | 17 | 317 |
Decimal | 190 | 15 | 207 |
Hex | BE | F | CF |
Shades of #be0fcf
Tints of #be0fcf
RGB Percentages of Color #be0fcf
CMYK Percentages of Color #be0fcf
Complementary Color
#be0fcf | #20cf0f |
#be0fcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be0fcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#be0fcf Color CSS Codes
.mybgcolor {background-color:#be0fcf; } .myforecolor {color:#be0fcf; } .mybordercolor {border:3px solid #be0fcf; }
#be0fcf Text Font Color
<p style="color:#be0fcf">Text here</p>
This sample text font color is #be0fcf
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.
#be0fcf Background Color
<div style="background-color:#be0fcf">
Div content here</div>
This div background color is #be0fcf
#be0fcf Border Color
<div style="border:3px solid #be0fcf">
Div here</div>
This div border color is #be0fcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,15,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be0fcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be0fcf; -webkit-box-shadow: 1px 1px 3px 2px #be0fcf; box-shadow: 1px 1px 3px 2px #be0fcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,15,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be0fcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be0fcf; -webkit-box-shadow: 1px 1px 3px 2px #be0fcf; box-shadow: 1px 1px 3px 2px #be0fcf;">
Div content here</div>
This div box has shadow with color #be0fcf
Comments
No comments written yet.
Please login to write comment.