Color spaces of #c241dc
RGB | 194 | 65 | 220 |
---|---|---|---|
HSL | 0.81 | 0.69 | 0.56 |
HSV | 290° | 70° | 86° |
CMYK | 0.12 | 0.70 | 0.00 0.14 |
XYZ | 37.0567 | 20.4172 | 69.6980 |
Yxy | 20.4172 | 0.2914 | 0.1605 |
Hunter Lab | 45.1854 | 67.3140 | -59.8244 |
CIE-Lab | 52.3057 | 70.8480 | -54.5970 |
#c241dc color RGB value is (194,65,220).
#c241dc hex color red value is 194, green value is 65 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c241dc hue: 0.81 , saturation: 0.69 and the lightness value of c241dc is 0.56.
The process color (four color CMYK) of #c241dc color hex is 0.12, 0.70, 0.00, 0.14. Web safe color of #c241dc is #cc33cc. Color #c241dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01000001 | 11011100 |
Octal | 302 | 101 | 334 |
Decimal | 194 | 65 | 220 |
Hex | C2 | 41 | DC |
Shades of #c241dc
Tints of #c241dc
RGB Percentages of Color #c241dc
CMYK Percentages of Color #c241dc
Complementary Color
#c241dc | #5bdc41 |
#c241dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c241dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c241dc Color CSS Codes
.mybgcolor {background-color:#c241dc; } .myforecolor {color:#c241dc; } .mybordercolor {border:3px solid #c241dc; }
#c241dc Text Font Color
<p style="color:#c241dc">Text here</p>
This sample text font color is #c241dc
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.
#c241dc Background Color
<div style="background-color:#c241dc">
Div content here</div>
This div background color is #c241dc
#c241dc Border Color
<div style="border:3px solid #c241dc">
Div here</div>
This div border color is #c241dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,65,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c241dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c241dc; -webkit-box-shadow: 1px 1px 3px 2px #c241dc; box-shadow: 1px 1px 3px 2px #c241dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,65,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c241dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c241dc; -webkit-box-shadow: 1px 1px 3px 2px #c241dc; box-shadow: 1px 1px 3px 2px #c241dc;">
Div content here</div>
This div box has shadow with color #c241dc
Comments
No comments written yet.
Please login to write comment.