Color spaces of #cb1dbe
RGB | 203 | 29 | 190 |
---|---|---|---|
HSL | 0.85 | 0.75 | 0.45 |
HSV | 304° | 86° | 80° |
CMYK | 0.00 | 0.86 | 0.06 0.20 |
XYZ | 34.3622 | 17.2929 | 50.2420 |
Yxy | 17.2929 | 0.3372 | 0.1697 |
Hunter Lab | 41.5847 | 74.7244 | -42.5239 |
CIE-Lab | 48.6270 | 77.6274 | -43.1229 |
#cb1dbe color RGB value is (203,29,190).
#cb1dbe hex color red value is 203, green value is 29 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb1dbe hue: 0.85 , saturation: 0.75 and the lightness value of cb1dbe is 0.45.
The process color (four color CMYK) of #cb1dbe color hex is 0.00, 0.86, 0.06, 0.20. Web safe color of #cb1dbe is #cc33cc. Color #cb1dbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00011101 | 10111110 |
Octal | 313 | 35 | 276 |
Decimal | 203 | 29 | 190 |
Hex | CB | 1D | BE |
Shades of #cb1dbe
Tints of #cb1dbe
RGB Percentages of Color #cb1dbe
CMYK Percentages of Color #cb1dbe
Complementary Color
#cb1dbe | #1dcb2a |
#cb1dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb1dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb1dbe Color CSS Codes
.mybgcolor {background-color:#cb1dbe; } .myforecolor {color:#cb1dbe; } .mybordercolor {border:3px solid #cb1dbe; }
#cb1dbe Text Font Color
<p style="color:#cb1dbe">Text here</p>
This sample text font color is #cb1dbe
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.
#cb1dbe Background Color
<div style="background-color:#cb1dbe">
Div content here</div>
This div background color is #cb1dbe
#cb1dbe Border Color
<div style="border:3px solid #cb1dbe">
Div here</div>
This div border color is #cb1dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,29,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb1dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb1dbe; -webkit-box-shadow: 1px 1px 3px 2px #cb1dbe; box-shadow: 1px 1px 3px 2px #cb1dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,29,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb1dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb1dbe; -webkit-box-shadow: 1px 1px 3px 2px #cb1dbe; box-shadow: 1px 1px 3px 2px #cb1dbe;">
Div content here</div>
This div box has shadow with color #cb1dbe
Comments
No comments written yet.
Please login to write comment.