Color spaces of #c09ffc
RGB | 192 | 159 | 252 |
---|---|---|---|
HSL | 0.73 | 0.94 | 0.81 |
HSV | 261° | 37° | 99° |
CMYK | 0.24 | 0.37 | 0.00 0.01 |
XYZ | 51.7071 | 43.0310 | 97.6760 |
Yxy | 43.0310 | 0.2687 | 0.2236 |
Hunter Lab | 65.5980 | 25.9046 | -42.3647 |
CIE-Lab | 71.5760 | 30.6868 | -41.8952 |
#c09ffc color RGB value is (192,159,252).
#c09ffc hex color red value is 192, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c09ffc hue: 0.73 , saturation: 0.94 and the lightness value of c09ffc is 0.81.
The process color (four color CMYK) of #c09ffc color hex is 0.24, 0.37, 0.00, 0.01. Web safe color of #c09ffc is #cc99ff. Color #c09ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10011111 | 11111100 |
Octal | 300 | 237 | 374 |
Decimal | 192 | 159 | 252 |
Hex | C0 | 9F | FC |
Shades of #c09ffc
Tints of #c09ffc
RGB Percentages of Color #c09ffc
CMYK Percentages of Color #c09ffc
Complementary Color
#c09ffc | #dbfc9f |
#c09ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c09ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c09ffc Color CSS Codes
.mybgcolor {background-color:#c09ffc; } .myforecolor {color:#c09ffc; } .mybordercolor {border:3px solid #c09ffc; }
#c09ffc Text Font Color
<p style="color:#c09ffc">Text here</p>
This sample text font color is #c09ffc
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.
#c09ffc Background Color
<div style="background-color:#c09ffc">
Div content here</div>
This div background color is #c09ffc
#c09ffc Border Color
<div style="border:3px solid #c09ffc">
Div here</div>
This div border color is #c09ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,159,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c09ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c09ffc; -webkit-box-shadow: 1px 1px 3px 2px #c09ffc; box-shadow: 1px 1px 3px 2px #c09ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,159,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 #c09ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c09ffc; -webkit-box-shadow: 1px 1px 3px 2px #c09ffc; box-shadow: 1px 1px 3px 2px #c09ffc;">
Div content here</div>
This div box has shadow with color #c09ffc
Comments
No comments written yet.
Please login to write comment.