Color spaces of #c190fb
RGB | 193 | 144 | 251 |
---|---|---|---|
HSL | 0.74 | 0.93 | 0.77 |
HSV | 267° | 43° | 98° |
CMYK | 0.23 | 0.43 | 0.00 0.02 |
XYZ | 49.3782 | 38.2490 | 96.0471 |
Yxy | 38.2490 | 0.2688 | 0.2082 |
Hunter Lab | 61.8458 | 34.2858 | -48.7859 |
CIE-Lab | 68.2037 | 39.0000 | -46.6312 |
#c190fb color RGB value is (193,144,251).
#c190fb hex color red value is 193, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c190fb hue: 0.74 , saturation: 0.93 and the lightness value of c190fb is 0.77.
The process color (four color CMYK) of #c190fb color hex is 0.23, 0.43, 0.00, 0.02. Web safe color of #c190fb is #cc99ff. Color #c190fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10010000 | 11111011 |
Octal | 301 | 220 | 373 |
Decimal | 193 | 144 | 251 |
Hex | C1 | 90 | FB |
Shades of #c190fb
Tints of #c190fb
RGB Percentages of Color #c190fb
CMYK Percentages of Color #c190fb
Complementary Color
#c190fb | #cafb90 |
#c190fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c190fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c190fb Color CSS Codes
.mybgcolor {background-color:#c190fb; } .myforecolor {color:#c190fb; } .mybordercolor {border:3px solid #c190fb; }
#c190fb Text Font Color
<p style="color:#c190fb">Text here</p>
This sample text font color is #c190fb
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.
#c190fb Background Color
<div style="background-color:#c190fb">
Div content here</div>
This div background color is #c190fb
#c190fb Border Color
<div style="border:3px solid #c190fb">
Div here</div>
This div border color is #c190fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,144,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c190fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c190fb; -webkit-box-shadow: 1px 1px 3px 2px #c190fb; box-shadow: 1px 1px 3px 2px #c190fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,144,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 #c190fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c190fb; -webkit-box-shadow: 1px 1px 3px 2px #c190fb; box-shadow: 1px 1px 3px 2px #c190fb;">
Div content here</div>
This div box has shadow with color #c190fb
Comments
No comments written yet.
Please login to write comment.