Color spaces of #be12cb
RGB | 190 | 18 | 203 |
---|---|---|---|
HSL | 0.82 | 0.84 | 0.43 |
HSV | 296° | 91° | 80° |
CMYK | 0.06 | 0.91 | 0.00 0.20 |
XYZ | 32.2310 | 15.6916 | 57.8299 |
Yxy | 15.6916 | 0.3048 | 0.1484 |
Hunter Lab | 39.6126 | 75.9153 | -58.8278 |
CIE-Lab | 46.5672 | 78.9840 | -54.0928 |
#be12cb color RGB value is (190,18,203).
#be12cb hex color red value is 190, green value is 18 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #be12cb hue: 0.82 , saturation: 0.84 and the lightness value of be12cb is 0.43.
The process color (four color CMYK) of #be12cb color hex is 0.06, 0.91, 0.00, 0.20. Web safe color of #be12cb is #cc00cc. Color #be12cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00010010 | 11001011 |
Octal | 276 | 22 | 313 |
Decimal | 190 | 18 | 203 |
Hex | BE | 12 | CB |
Shades of #be12cb
Tints of #be12cb
RGB Percentages of Color #be12cb
CMYK Percentages of Color #be12cb
Complementary Color
#be12cb | #1fcb12 |
#be12cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be12cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#be12cb Color CSS Codes
.mybgcolor {background-color:#be12cb; } .myforecolor {color:#be12cb; } .mybordercolor {border:3px solid #be12cb; }
#be12cb Text Font Color
<p style="color:#be12cb">Text here</p>
This sample text font color is #be12cb
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.
#be12cb Background Color
<div style="background-color:#be12cb">
Div content here</div>
This div background color is #be12cb
#be12cb Border Color
<div style="border:3px solid #be12cb">
Div here</div>
This div border color is #be12cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,18,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be12cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be12cb; -webkit-box-shadow: 1px 1px 3px 2px #be12cb; box-shadow: 1px 1px 3px 2px #be12cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,18,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be12cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be12cb; -webkit-box-shadow: 1px 1px 3px 2px #be12cb; box-shadow: 1px 1px 3px 2px #be12cb;">
Div content here</div>
This div box has shadow with color #be12cb
Comments
No comments written yet.
Please login to write comment.