Color spaces of #c092fc
RGB | 192 | 146 | 252 |
---|---|---|---|
HSL | 0.74 | 0.95 | 0.78 |
HSV | 266° | 42° | 99° |
CMYK | 0.24 | 0.42 | 0.00 0.01 |
XYZ | 49.5878 | 38.7925 | 96.9696 |
Yxy | 38.7925 | 0.2675 | 0.2093 |
Hunter Lab | 62.2836 | 33.1184 | -48.7103 |
CIE-Lab | 68.6007 | 37.8569 | -46.5589 |
#c092fc color RGB value is (192,146,252).
#c092fc hex color red value is 192, green value is 146 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c092fc hue: 0.74 , saturation: 0.95 and the lightness value of c092fc is 0.78.
The process color (four color CMYK) of #c092fc color hex is 0.24, 0.42, 0.00, 0.01. Web safe color of #c092fc is #cc99ff. Color #c092fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10010010 | 11111100 |
Octal | 300 | 222 | 374 |
Decimal | 192 | 146 | 252 |
Hex | C0 | 92 | FC |
Shades of #c092fc
Tints of #c092fc
RGB Percentages of Color #c092fc
CMYK Percentages of Color #c092fc
Complementary Color
#c092fc | #cefc92 |
#c092fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c092fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c092fc Color CSS Codes
.mybgcolor {background-color:#c092fc; } .myforecolor {color:#c092fc; } .mybordercolor {border:3px solid #c092fc; }
#c092fc Text Font Color
<p style="color:#c092fc">Text here</p>
This sample text font color is #c092fc
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.
#c092fc Background Color
<div style="background-color:#c092fc">
Div content here</div>
This div background color is #c092fc
#c092fc Border Color
<div style="border:3px solid #c092fc">
Div here</div>
This div border color is #c092fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,146,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c092fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c092fc; -webkit-box-shadow: 1px 1px 3px 2px #c092fc; box-shadow: 1px 1px 3px 2px #c092fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,146,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c092fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c092fc; -webkit-box-shadow: 1px 1px 3px 2px #c092fc; box-shadow: 1px 1px 3px 2px #c092fc;">
Div content here</div>
This div box has shadow with color #c092fc
Comments
No comments written yet.
Please login to write comment.