Color spaces of #cf9df9
RGB | 207 | 157 | 249 |
---|---|---|---|
HSL | 0.76 | 0.88 | 0.80 |
HSV | 273° | 37° | 98° |
CMYK | 0.17 | 0.37 | 0.00 0.02 |
XYZ | 54.8880 | 44.2189 | 95.2647 |
Yxy | 44.2189 | 0.2824 | 0.2275 |
Hunter Lab | 66.4973 | 30.9667 | -38.3914 |
CIE-Lab | 72.3746 | 35.4486 | -38.9179 |
#cf9df9 color RGB value is (207,157,249).
#cf9df9 hex color red value is 207, green value is 157 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #cf9df9 hue: 0.76 , saturation: 0.88 and the lightness value of cf9df9 is 0.80.
The process color (four color CMYK) of #cf9df9 color hex is 0.17, 0.37, 0.00, 0.02. Web safe color of #cf9df9 is #cc99ff. Color #cf9df9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10011101 | 11111001 |
Octal | 317 | 235 | 371 |
Decimal | 207 | 157 | 249 |
Hex | CF | 9D | F9 |
Shades of #cf9df9
Tints of #cf9df9
RGB Percentages of Color #cf9df9
CMYK Percentages of Color #cf9df9
Complementary Color
#cf9df9 | #c7f99d |
#cf9df9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf9df9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf9df9 Color CSS Codes
.mybgcolor {background-color:#cf9df9; } .myforecolor {color:#cf9df9; } .mybordercolor {border:3px solid #cf9df9; }
#cf9df9 Text Font Color
<p style="color:#cf9df9">Text here</p>
This sample text font color is #cf9df9
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.
#cf9df9 Background Color
<div style="background-color:#cf9df9">
Div content here</div>
This div background color is #cf9df9
#cf9df9 Border Color
<div style="border:3px solid #cf9df9">
Div here</div>
This div border color is #cf9df9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,157,249, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf9df9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf9df9; -webkit-box-shadow: 1px 1px 3px 2px #cf9df9; box-shadow: 1px 1px 3px 2px #cf9df9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,157,249, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf9df9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf9df9; -webkit-box-shadow: 1px 1px 3px 2px #cf9df9; box-shadow: 1px 1px 3px 2px #cf9df9;">
Div content here</div>
This div box has shadow with color #cf9df9
Comments
No comments written yet.
Please login to write comment.