Color spaces of #c149fe
RGB | 193 | 73 | 254 |
---|---|---|---|
HSL | 0.78 | 0.99 | 0.64 |
HSV | 280° | 71° | 100° |
CMYK | 0.24 | 0.71 | 0.00 0.00 |
XYZ | 42.2643 | 23.2583 | 96.0277 |
Yxy | 23.2583 | 0.2616 | 0.1440 |
Hunter Lab | 48.2269 | 72.0340 | -84.2975 |
CIE-Lab | 55.3374 | 74.1464 | -68.8016 |
#c149fe color RGB value is (193,73,254).
#c149fe hex color red value is 193, green value is 73 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c149fe hue: 0.78 , saturation: 0.99 and the lightness value of c149fe is 0.64.
The process color (four color CMYK) of #c149fe color hex is 0.24, 0.71, 0.00, 0.00. Web safe color of #c149fe is #cc33ff. Color #c149fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01001001 | 11111110 |
Octal | 301 | 111 | 376 |
Decimal | 193 | 73 | 254 |
Hex | C1 | 49 | FE |
Shades of #c149fe
Tints of #c149fe
RGB Percentages of Color #c149fe
CMYK Percentages of Color #c149fe
Complementary Color
#c149fe | #86fe49 |
#c149fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c149fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c149fe Color CSS Codes
.mybgcolor {background-color:#c149fe; } .myforecolor {color:#c149fe; } .mybordercolor {border:3px solid #c149fe; }
#c149fe Text Font Color
<p style="color:#c149fe">Text here</p>
This sample text font color is #c149fe
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.
#c149fe Background Color
<div style="background-color:#c149fe">
Div content here</div>
This div background color is #c149fe
#c149fe Border Color
<div style="border:3px solid #c149fe">
Div here</div>
This div border color is #c149fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,73,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c149fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c149fe; -webkit-box-shadow: 1px 1px 3px 2px #c149fe; box-shadow: 1px 1px 3px 2px #c149fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,73,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c149fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c149fe; -webkit-box-shadow: 1px 1px 3px 2px #c149fe; box-shadow: 1px 1px 3px 2px #c149fe;">
Div content here</div>
This div box has shadow with color #c149fe
Comments
No comments written yet.
Please login to write comment.