Color spaces of #be03ce
RGB | 190 | 3 | 206 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.41 |
HSV | 295° | 99° | 81° |
CMYK | 0.08 | 0.99 | 0.00 0.19 |
XYZ | 32.4083 | 15.4685 | 59.6701 |
Yxy | 15.4685 | 0.3013 | 0.1438 |
Hunter Lab | 39.3300 | 78.2581 | -62.4217 |
CIE-Lab | 46.2693 | 80.9064 | -56.3065 |
#be03ce color RGB value is (190,3,206).
#be03ce hex color red value is 190, green value is 3 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be03ce hue: 0.82 , saturation: 0.97 and the lightness value of be03ce is 0.41.
The process color (four color CMYK) of #be03ce color hex is 0.08, 0.99, 0.00, 0.19. Web safe color of #be03ce is #cc00cc. Color #be03ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00000011 | 11001110 |
Octal | 276 | 3 | 316 |
Decimal | 190 | 3 | 206 |
Hex | BE | 3 | CE |
Shades of #be03ce
Tints of #be03ce
RGB Percentages of Color #be03ce
CMYK Percentages of Color #be03ce
Complementary Color
#be03ce | #13ce03 |
#be03ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be03ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#be03ce Color CSS Codes
.mybgcolor {background-color:#be03ce; } .myforecolor {color:#be03ce; } .mybordercolor {border:3px solid #be03ce; }
#be03ce Text Font Color
<p style="color:#be03ce">Text here</p>
This sample text font color is #be03ce
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.
#be03ce Background Color
<div style="background-color:#be03ce">
Div content here</div>
This div background color is #be03ce
#be03ce Border Color
<div style="border:3px solid #be03ce">
Div here</div>
This div border color is #be03ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,3,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be03ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be03ce; -webkit-box-shadow: 1px 1px 3px 2px #be03ce; box-shadow: 1px 1px 3px 2px #be03ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,3,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be03ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be03ce; -webkit-box-shadow: 1px 1px 3px 2px #be03ce; box-shadow: 1px 1px 3px 2px #be03ce;">
Div content here</div>
This div box has shadow with color #be03ce
Comments
No comments written yet.
Please login to write comment.