Color spaces of #c09fff
RGB | 192 | 159 | 255 |
---|---|---|---|
HSL | 0.72 | 1.00 | 0.81 |
HSV | 261° | 38° | 100° |
CMYK | 0.25 | 0.38 | 0.00 0.00 |
XYZ | 52.1864 | 43.2227 | 100.2000 |
Yxy | 43.2227 | 0.2668 | 0.2210 |
Hunter Lab | 65.7440 | 26.6382 | -44.3428 |
CIE-Lab | 71.7059 | 31.3843 | -43.3187 |
#c09fff color RGB value is (192,159,255).
#c09fff hex color red value is 192, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c09fff hue: 0.72 , saturation: 1.00 and the lightness value of c09fff is 0.81.
The process color (four color CMYK) of #c09fff color hex is 0.25, 0.38, 0.00, 0.00. Web safe color of #c09fff is #cc99ff. Color #c09fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10011111 | 11111111 |
Octal | 300 | 237 | 377 |
Decimal | 192 | 159 | 255 |
Hex | C0 | 9F | FF |
Shades of #c09fff
Tints of #c09fff
RGB Percentages of Color #c09fff
CMYK Percentages of Color #c09fff
Complementary Color
#c09fff | #deff9f |
#c09fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c09fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c09fff Color CSS Codes
.mybgcolor {background-color:#c09fff; } .myforecolor {color:#c09fff; } .mybordercolor {border:3px solid #c09fff; }
#c09fff Text Font Color
<p style="color:#c09fff">Text here</p>
This sample text font color is #c09fff
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.
#c09fff Background Color
<div style="background-color:#c09fff">
Div content here</div>
This div background color is #c09fff
#c09fff Border Color
<div style="border:3px solid #c09fff">
Div here</div>
This div border color is #c09fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,159,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c09fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c09fff; -webkit-box-shadow: 1px 1px 3px 2px #c09fff; box-shadow: 1px 1px 3px 2px #c09fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,159,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c09fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c09fff; -webkit-box-shadow: 1px 1px 3px 2px #c09fff; box-shadow: 1px 1px 3px 2px #c09fff;">
Div content here</div>
This div box has shadow with color #c09fff
Comments
No comments written yet.
Please login to write comment.