Color spaces of #cf71db
RGB | 207 | 113 | 219 |
---|---|---|---|
HSL | 0.81 | 0.60 | 0.65 |
HSV | 293° | 48° | 86° |
CMYK | 0.05 | 0.48 | 0.00 0.14 |
XYZ | 44.4234 | 30.1901 | 70.5037 |
Yxy | 30.1901 | 0.3061 | 0.2080 |
Hunter Lab | 54.9455 | 48.1624 | -37.6165 |
CIE-Lab | 61.8179 | 52.6043 | -38.8582 |
#cf71db color RGB value is (207,113,219).
#cf71db hex color red value is 207, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cf71db hue: 0.81 , saturation: 0.60 and the lightness value of cf71db is 0.65.
The process color (four color CMYK) of #cf71db color hex is 0.05, 0.48, 0.00, 0.14. Web safe color of #cf71db is #cc66cc. Color #cf71db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01110001 | 11011011 |
Octal | 317 | 161 | 333 |
Decimal | 207 | 113 | 219 |
Hex | CF | 71 | DB |
Shades of #cf71db
Tints of #cf71db
RGB Percentages of Color #cf71db
CMYK Percentages of Color #cf71db
Complementary Color
#cf71db | #7ddb71 |
#cf71db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf71db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf71db Color CSS Codes
.mybgcolor {background-color:#cf71db; } .myforecolor {color:#cf71db; } .mybordercolor {border:3px solid #cf71db; }
#cf71db Text Font Color
<p style="color:#cf71db">Text here</p>
This sample text font color is #cf71db
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.
#cf71db Background Color
<div style="background-color:#cf71db">
Div content here</div>
This div background color is #cf71db
#cf71db Border Color
<div style="border:3px solid #cf71db">
Div here</div>
This div border color is #cf71db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,113,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf71db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf71db; -webkit-box-shadow: 1px 1px 3px 2px #cf71db; box-shadow: 1px 1px 3px 2px #cf71db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,113,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf71db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf71db; -webkit-box-shadow: 1px 1px 3px 2px #cf71db; box-shadow: 1px 1px 3px 2px #cf71db;">
Div content here</div>
This div box has shadow with color #cf71db
Comments
No comments written yet.
Please login to write comment.