Color spaces of #c03dfb
RGB | 192 | 61 | 251 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.61 |
HSV | 281° | 76° | 98° |
CMYK | 0.24 | 0.76 | 0.00 0.02 |
XYZ | 40.8196 | 21.5090 | 93.2670 |
Yxy | 21.5090 | 0.2623 | 0.1382 |
Hunter Lab | 46.3778 | 75.9463 | -86.7693 |
CIE-Lab | 53.5021 | 77.6582 | -70.1100 |
#c03dfb color RGB value is (192,61,251).
#c03dfb hex color red value is 192, green value is 61 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c03dfb hue: 0.78 , saturation: 0.96 and the lightness value of c03dfb is 0.61.
The process color (four color CMYK) of #c03dfb color hex is 0.24, 0.76, 0.00, 0.02. Web safe color of #c03dfb is #cc33ff. Color #c03dfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00111101 | 11111011 |
Octal | 300 | 75 | 373 |
Decimal | 192 | 61 | 251 |
Hex | C0 | 3D | FB |
Shades of #c03dfb
Tints of #c03dfb
RGB Percentages of Color #c03dfb
CMYK Percentages of Color #c03dfb
Complementary Color
#c03dfb | #78fb3d |
#c03dfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c03dfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c03dfb Color CSS Codes
.mybgcolor {background-color:#c03dfb; } .myforecolor {color:#c03dfb; } .mybordercolor {border:3px solid #c03dfb; }
#c03dfb Text Font Color
<p style="color:#c03dfb">Text here</p>
This sample text font color is #c03dfb
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.
#c03dfb Background Color
<div style="background-color:#c03dfb">
Div content here</div>
This div background color is #c03dfb
#c03dfb Border Color
<div style="border:3px solid #c03dfb">
Div here</div>
This div border color is #c03dfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,61,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c03dfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c03dfb; -webkit-box-shadow: 1px 1px 3px 2px #c03dfb; box-shadow: 1px 1px 3px 2px #c03dfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,61,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 #c03dfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c03dfb; -webkit-box-shadow: 1px 1px 3px 2px #c03dfb; box-shadow: 1px 1px 3px 2px #c03dfb;">
Div content here</div>
This div box has shadow with color #c03dfb
Comments
No comments written yet.
Please login to write comment.