Color spaces of #cb17fb
RGB | 203 | 23 | 251 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.54 |
HSV | 287° | 91° | 98° |
CMYK | 0.19 | 0.91 | 0.00 0.02 |
XYZ | 42.3476 | 20.2743 | 92.9482 |
Yxy | 20.2743 | 0.2722 | 0.1303 |
Hunter Lab | 45.0270 | 89.0809 | -90.8721 |
CIE-Lab | 52.1459 | 88.1533 | -72.2316 |
#cb17fb color RGB value is (203,23,251).
#cb17fb hex color red value is 203, green value is 23 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cb17fb hue: 0.80 , saturation: 0.97 and the lightness value of cb17fb is 0.54.
The process color (four color CMYK) of #cb17fb color hex is 0.19, 0.91, 0.00, 0.02. Web safe color of #cb17fb is #cc00ff. Color #cb17fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00010111 | 11111011 |
Octal | 313 | 27 | 373 |
Decimal | 203 | 23 | 251 |
Hex | CB | 17 | FB |
Shades of #cb17fb
Tints of #cb17fb
RGB Percentages of Color #cb17fb
CMYK Percentages of Color #cb17fb
Complementary Color
#cb17fb | #47fb17 |
#cb17fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb17fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb17fb Color CSS Codes
.mybgcolor {background-color:#cb17fb; } .myforecolor {color:#cb17fb; } .mybordercolor {border:3px solid #cb17fb; }
#cb17fb Text Font Color
<p style="color:#cb17fb">Text here</p>
This sample text font color is #cb17fb
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.
#cb17fb Background Color
<div style="background-color:#cb17fb">
Div content here</div>
This div background color is #cb17fb
#cb17fb Border Color
<div style="border:3px solid #cb17fb">
Div here</div>
This div border color is #cb17fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,23,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb17fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb17fb; -webkit-box-shadow: 1px 1px 3px 2px #cb17fb; box-shadow: 1px 1px 3px 2px #cb17fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,23,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb17fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb17fb; -webkit-box-shadow: 1px 1px 3px 2px #cb17fb; box-shadow: 1px 1px 3px 2px #cb17fb;">
Div content here</div>
This div box has shadow with color #cb17fb
Comments
No comments written yet.
Please login to write comment.