Color spaces of #c184fb
RGB | 193 | 132 | 251 |
---|---|---|---|
HSL | 0.75 | 0.94 | 0.75 |
HSV | 271° | 47° | 98° |
CMYK | 0.23 | 0.47 | 0.00 0.02 |
XYZ | 47.6562 | 34.8050 | 95.4731 |
Yxy | 34.8050 | 0.2678 | 0.1956 |
Hunter Lab | 58.9958 | 40.9480 | -54.6522 |
CIE-Lab | 65.5966 | 45.5100 | -50.7435 |
#c184fb color RGB value is (193,132,251).
#c184fb hex color red value is 193, green value is 132 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c184fb hue: 0.75 , saturation: 0.94 and the lightness value of c184fb is 0.75.
The process color (four color CMYK) of #c184fb color hex is 0.23, 0.47, 0.00, 0.02. Web safe color of #c184fb is #cc99ff. Color #c184fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10000100 | 11111011 |
Octal | 301 | 204 | 373 |
Decimal | 193 | 132 | 251 |
Hex | C1 | 84 | FB |
Shades of #c184fb
Tints of #c184fb
RGB Percentages of Color #c184fb
CMYK Percentages of Color #c184fb
Complementary Color
#c184fb | #befb84 |
#c184fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c184fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c184fb Color CSS Codes
.mybgcolor {background-color:#c184fb; } .myforecolor {color:#c184fb; } .mybordercolor {border:3px solid #c184fb; }
#c184fb Text Font Color
<p style="color:#c184fb">Text here</p>
This sample text font color is #c184fb
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.
#c184fb Background Color
<div style="background-color:#c184fb">
Div content here</div>
This div background color is #c184fb
#c184fb Border Color
<div style="border:3px solid #c184fb">
Div here</div>
This div border color is #c184fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,132,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c184fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c184fb; -webkit-box-shadow: 1px 1px 3px 2px #c184fb; box-shadow: 1px 1px 3px 2px #c184fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,132,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 #c184fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c184fb; -webkit-box-shadow: 1px 1px 3px 2px #c184fb; box-shadow: 1px 1px 3px 2px #c184fb;">
Div content here</div>
This div box has shadow with color #c184fb
Comments
No comments written yet.
Please login to write comment.