Color spaces of #cb0bce
RGB | 203 | 11 | 206 |
---|---|---|---|
HSL | 0.83 | 0.90 | 0.43 |
HSV | 299° | 95° | 81° |
CMYK | 0.01 | 0.95 | 0.00 0.19 |
XYZ | 35.8889 | 17.3921 | 59.8580 |
Yxy | 17.3921 | 0.3172 | 0.1537 |
Hunter Lab | 41.7038 | 80.6293 | -55.9069 |
CIE-Lab | 48.7503 | 82.2947 | -52.2005 |
#cb0bce color RGB value is (203,11,206).
#cb0bce hex color red value is 203, green value is 11 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cb0bce hue: 0.83 , saturation: 0.90 and the lightness value of cb0bce is 0.43.
The process color (four color CMYK) of #cb0bce color hex is 0.01, 0.95, 0.00, 0.19. Web safe color of #cb0bce is #cc00cc. Color #cb0bce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00001011 | 11001110 |
Octal | 313 | 13 | 316 |
Decimal | 203 | 11 | 206 |
Hex | CB | B | CE |
Shades of #cb0bce
Tints of #cb0bce
RGB Percentages of Color #cb0bce
CMYK Percentages of Color #cb0bce
Complementary Color
#cb0bce | #0ece0b |
#cb0bce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb0bce Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb0bce Color CSS Codes
.mybgcolor {background-color:#cb0bce; } .myforecolor {color:#cb0bce; } .mybordercolor {border:3px solid #cb0bce; }
#cb0bce Text Font Color
<p style="color:#cb0bce">Text here</p>
This sample text font color is #cb0bce
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.
#cb0bce Background Color
<div style="background-color:#cb0bce">
Div content here</div>
This div background color is #cb0bce
#cb0bce Border Color
<div style="border:3px solid #cb0bce">
Div here</div>
This div border color is #cb0bce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,11,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb0bce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb0bce; -webkit-box-shadow: 1px 1px 3px 2px #cb0bce; box-shadow: 1px 1px 3px 2px #cb0bce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,11,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 #cb0bce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb0bce; -webkit-box-shadow: 1px 1px 3px 2px #cb0bce; box-shadow: 1px 1px 3px 2px #cb0bce;">
Div content here</div>
This div box has shadow with color #cb0bce
Comments
No comments written yet.
Please login to write comment.