Color spaces of #cb25ff
RGB | 203 | 37 | 255 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.57 |
HSV | 286° | 85° | 100° |
CMYK | 0.20 | 0.85 | 0.00 0.00 |
XYZ | 43.3402 | 21.2396 | 96.4231 |
Yxy | 21.2396 | 0.2692 | 0.1319 |
Hunter Lab | 46.0864 | 87.2121 | -91.7874 |
CIE-Lab | 53.2107 | 86.5244 | -72.7312 |
#cb25ff color RGB value is (203,37,255).
#cb25ff hex color red value is 203, green value is 37 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cb25ff hue: 0.79 , saturation: 1.00 and the lightness value of cb25ff is 0.57.
The process color (four color CMYK) of #cb25ff color hex is 0.20, 0.85, 0.00, 0.00. Web safe color of #cb25ff is #cc33ff. Color #cb25ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00100101 | 11111111 |
Octal | 313 | 45 | 377 |
Decimal | 203 | 37 | 255 |
Hex | CB | 25 | FF |
Shades of #cb25ff
Tints of #cb25ff
RGB Percentages of Color #cb25ff
CMYK Percentages of Color #cb25ff
Complementary Color
#cb25ff | #59ff25 |
#cb25ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb25ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb25ff Color CSS Codes
.mybgcolor {background-color:#cb25ff; } .myforecolor {color:#cb25ff; } .mybordercolor {border:3px solid #cb25ff; }
#cb25ff Text Font Color
<p style="color:#cb25ff">Text here</p>
This sample text font color is #cb25ff
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.
#cb25ff Background Color
<div style="background-color:#cb25ff">
Div content here</div>
This div background color is #cb25ff
#cb25ff Border Color
<div style="border:3px solid #cb25ff">
Div here</div>
This div border color is #cb25ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,37,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb25ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb25ff; -webkit-box-shadow: 1px 1px 3px 2px #cb25ff; box-shadow: 1px 1px 3px 2px #cb25ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,37,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb25ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb25ff; -webkit-box-shadow: 1px 1px 3px 2px #cb25ff; box-shadow: 1px 1px 3px 2px #cb25ff;">
Div content here</div>
This div box has shadow with color #cb25ff
Comments
No comments written yet.
Please login to write comment.