Color spaces of #cf85bf
RGB | 207 | 133 | 191 |
---|---|---|---|
HSL | 0.87 | 0.44 | 0.67 |
HSV | 313° | 36° | 81° |
CMYK | 0.00 | 0.36 | 0.08 0.19 |
XYZ | 43.5236 | 33.8020 | 53.5207 |
Yxy | 33.8020 | 0.3326 | 0.2583 |
Hunter Lab | 58.1395 | 31.8822 | -13.8822 |
CIE-Lab | 64.8051 | 37.0907 | -18.5209 |
#cf85bf color RGB value is (207,133,191).
#cf85bf hex color red value is 207, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cf85bf hue: 0.87 , saturation: 0.44 and the lightness value of cf85bf is 0.67.
The process color (four color CMYK) of #cf85bf color hex is 0.00, 0.36, 0.08, 0.19. Web safe color of #cf85bf is #cc99cc. Color #cf85bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10000101 | 10111111 |
Octal | 317 | 205 | 277 |
Decimal | 207 | 133 | 191 |
Hex | CF | 85 | BF |
Shades of #cf85bf
Tints of #cf85bf
RGB Percentages of Color #cf85bf
CMYK Percentages of Color #cf85bf
Complementary Color
#cf85bf | #85cf95 |
#cf85bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf85bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf85bf Color CSS Codes
.mybgcolor {background-color:#cf85bf; } .myforecolor {color:#cf85bf; } .mybordercolor {border:3px solid #cf85bf; }
#cf85bf Text Font Color
<p style="color:#cf85bf">Text here</p>
This sample text font color is #cf85bf
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.
#cf85bf Background Color
<div style="background-color:#cf85bf">
Div content here</div>
This div background color is #cf85bf
#cf85bf Border Color
<div style="border:3px solid #cf85bf">
Div here</div>
This div border color is #cf85bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,133,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf85bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf85bf; -webkit-box-shadow: 1px 1px 3px 2px #cf85bf; box-shadow: 1px 1px 3px 2px #cf85bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,133,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf85bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf85bf; -webkit-box-shadow: 1px 1px 3px 2px #cf85bf; box-shadow: 1px 1px 3px 2px #cf85bf;">
Div content here</div>
This div box has shadow with color #cf85bf
Comments
No comments written yet.
Please login to write comment.