Color spaces of #c149ec
RGB | 193 | 73 | 236 |
---|---|---|---|
HSL | 0.79 | 0.81 | 0.61 |
HSV | 284° | 69° | 93° |
CMYK | 0.18 | 0.69 | 0.00 0.07 |
XYZ | 39.5152 | 22.1587 | 81.5513 |
Yxy | 22.1587 | 0.2759 | 0.1547 |
Hunter Lab | 47.0730 | 67.4631 | -69.7654 |
CIE-Lab | 54.1950 | 70.6099 | -60.6039 |
#c149ec color RGB value is (193,73,236).
#c149ec hex color red value is 193, green value is 73 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c149ec hue: 0.79 , saturation: 0.81 and the lightness value of c149ec is 0.61.
The process color (four color CMYK) of #c149ec color hex is 0.18, 0.69, 0.00, 0.07. Web safe color of #c149ec is #cc33ff. Color #c149ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01001001 | 11101100 |
Octal | 301 | 111 | 354 |
Decimal | 193 | 73 | 236 |
Hex | C1 | 49 | EC |
Shades of #c149ec
Tints of #c149ec
RGB Percentages of Color #c149ec
CMYK Percentages of Color #c149ec
Complementary Color
#c149ec | #74ec49 |
#c149ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c149ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c149ec Color CSS Codes
.mybgcolor {background-color:#c149ec; } .myforecolor {color:#c149ec; } .mybordercolor {border:3px solid #c149ec; }
#c149ec Text Font Color
<p style="color:#c149ec">Text here</p>
This sample text font color is #c149ec
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.
#c149ec Background Color
<div style="background-color:#c149ec">
Div content here</div>
This div background color is #c149ec
#c149ec Border Color
<div style="border:3px solid #c149ec">
Div here</div>
This div border color is #c149ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,73,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c149ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c149ec; -webkit-box-shadow: 1px 1px 3px 2px #c149ec; box-shadow: 1px 1px 3px 2px #c149ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,73,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c149ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c149ec; -webkit-box-shadow: 1px 1px 3px 2px #c149ec; box-shadow: 1px 1px 3px 2px #c149ec;">
Div content here</div>
This div box has shadow with color #c149ec
Comments
No comments written yet.
Please login to write comment.