Color spaces of #c03bfd
RGB | 192 | 59 | 253 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.61 |
HSV | 281° | 77° | 99° |
CMYK | 0.24 | 0.77 | 0.00 0.01 |
XYZ | 41.0318 | 21.4262 | 94.9016 |
Yxy | 21.4262 | 0.2608 | 0.1362 |
Hunter Lab | 46.2884 | 77.2243 | -89.1558 |
CIE-Lab | 53.4128 | 78.6956 | -71.3672 |
#c03bfd color RGB value is (192,59,253).
#c03bfd hex color red value is 192, green value is 59 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c03bfd hue: 0.78 , saturation: 0.98 and the lightness value of c03bfd is 0.61.
The process color (four color CMYK) of #c03bfd color hex is 0.24, 0.77, 0.00, 0.01. Web safe color of #c03bfd is #cc33ff. Color #c03bfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00111011 | 11111101 |
Octal | 300 | 73 | 375 |
Decimal | 192 | 59 | 253 |
Hex | C0 | 3B | FD |
Shades of #c03bfd
Tints of #c03bfd
RGB Percentages of Color #c03bfd
CMYK Percentages of Color #c03bfd
Complementary Color
#c03bfd | #78fd3b |
#c03bfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c03bfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c03bfd Color CSS Codes
.mybgcolor {background-color:#c03bfd; } .myforecolor {color:#c03bfd; } .mybordercolor {border:3px solid #c03bfd; }
#c03bfd Text Font Color
<p style="color:#c03bfd">Text here</p>
This sample text font color is #c03bfd
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.
#c03bfd Background Color
<div style="background-color:#c03bfd">
Div content here</div>
This div background color is #c03bfd
#c03bfd Border Color
<div style="border:3px solid #c03bfd">
Div here</div>
This div border color is #c03bfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,59,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c03bfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c03bfd; -webkit-box-shadow: 1px 1px 3px 2px #c03bfd; box-shadow: 1px 1px 3px 2px #c03bfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,59,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c03bfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c03bfd; -webkit-box-shadow: 1px 1px 3px 2px #c03bfd; box-shadow: 1px 1px 3px 2px #c03bfd;">
Div content here</div>
This div box has shadow with color #c03bfd
Comments
No comments written yet.
Please login to write comment.